./gradlew dist
./gradlew install
./gradlew version
<dependency>
<groupId>org.jpos</groupId>
<artifactId>jpos</artifactId>
<version>1.9.4</version>
</dependency>
if you want to use our nightly builds, for instance to get 1.9.5-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.