![Gitter](https://badges.gitter.im/Join Chat.svg)
./gradlew dist
./gradlew install
./gradlew version
<dependency>
<groupId>org.jpos</groupId>
<artifactId>jpos</artifactId>
<version>2.0.0</version>
</dependency>
if you want to use our nightly builds, for instance to get 2.0.1-SNAPSHOT
, you can
add the following repository:
<repository>
<id>jpos</id>
<name>jPOS Central Repository</name>
<url>http://jpos.org/maven</url>
<layout>default</layout>
</repository>
Visit http://jpos.org/learn.
See the ChangeLog: or visit the Resources page for additional information.