Get the library - GideonLeGrange/panstamp-java GitHub Wiki

I recommend using the Maven artifact from Maven Central, but you can also clone the repository, or download the source as a .zip or .tar.gz file from Releases.

Using Maven Central

Add the dependency below to your pom.xml to use the artifact from Maven Central:

<dependency>
  <groupId>me.legrange</groupId>
  <artifactId>panstamp-java</artifactId>
  <version>2.1</version>
</dependency>

Make sure the version tag contains the latsest release version.

Clone from GitHub

You can clone the panstamp-java repository from GitHub.

git clone https://github.com/GideonLeGrange/panstamp-java

And then you can compile it using Maven

mvn clean install

What's Next

  • [Learn how to use the library](How to use the library)
⚠️ **GitHub.com Fallback** ⚠️