rm3nchaca / jPOS

jPOS Project

Home Page:http://jpos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build distribution

./gradlew dist

Install locally

./gradlew install

Verify version

./gradlew version

Maven POM

<repository>
  <id>jpos</id>
  <name>jPOS Central Repository</name>
  <url>http://jpos.org/maven</url>
  <layout>default</layout>
</repository>

<dependency>
  <groupId>org.jpos</groupId>
  <artifactId>jpos</artifactId>
  <version>1.8.9-SNAPSHOT</version>
</dependency>

See the ChangeLog: or visit the Resources page for additional information.

About

jPOS Project

http://jpos.org

License:GNU Affero General Public License v3.0