Fork me on GitHub

Downloads

Maven

The core library is contained in opensmpp-core.

<dependency>
	<groupId>org.opensmpp</groupId>
	<artifactId>opensmpp-core</artifactId>
	<version>3.0.0</version>
</dependency>

The simulator and client are within opensmpp-sim and opensmpp-client, respectively.

<dependency>
	<groupId>org.opensmpp</groupId>
	<artifactId>opensmpp-sim</artifactId>
	<version>3.0.0</version>
</dependency>

<dependency>
	<groupId>org.opensmpp</groupId>
	<artifactId>opensmpp-client</artifactId>
	<version>3.0.0</version>
</dependency>

Maven SNAPSHOT hosting is gratiously provided by Sonatype.

<repository>
	<id>sonatype-oss</id>
	<url>https://oss.sonatype.org/content/groups/public</url>
</repository>
<dependency>
	<groupId>org.opensmpp</groupId>
	<artifactId>opensmpp-core</artifactId>
	<version>3.0.1-SNAPSHOT</version>
</dependency>

JARs

Source

The source code is hosted on GitHub.

See https://github.com/OpenSmpp/opensmpp

Please feel free to fork the repository and submit pull requests.

A ZIP file of the current master branch can be downloaded here.