emilianobonassi / jpbc

jPBC fork for get Maven works again

Home Page:http://gas.dia.unisa.it/projects/jpbc/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forked repository for jPBC.

After Codehaus termination Maven dependencies didn't work anymore.

Now, you can use the fabulous service JitPack to get working again in two simple steps.

Step 1. Add the JitPack repository to your build file

<repository>
	<id>jitpack.io</id>
	<url>https://jitpack.io</url>
</repository>

Step 2. Add the dependency in the form

<dependency>
	<groupId>com.github.emilianobonassi</groupId>
	<artifactId>jpbc</artifactId>
	<version>v2.0.0</version>
</dependency> 

About

jPBC fork for get Maven works again

http://gas.dia.unisa.it/projects/jpbc/index.html


Languages

Language:Java 97.3%Language:C 1.3%Language:CSS 0.9%Language:TeX 0.3%Language:CMake 0.3%