Download smppapi-0.3.9.jar file - Jar s

Jar examples for s:smppapi

Description

Java Implementation of the Short Message Peer to Peer API.

You can download jar file smppapi 0.3.9 in this page.

License

GNU Lesser General Public License 2.1

Build File

You can use the following script to add smppapi-0.3.9.jar to your project.

<dependency>
   <groupId>com.adenki</groupId>
   <artifactId>smppapi</artifactId>
   <version>0.3.9</version>
</dependency>
compile group: 'com.adenki', name: 'smppapi', version: '0.3.9'
libraryDependencies += "com.adenki" % "smppapi" % "0.3.9"
<dependency org="com.adenki" name="smppapi" rev="0.3.9"/>
@Grapes(@Grab(group='com.adenki', module='smppapi', version='0.3.9'))
'com.adenki:smppapi:jar:0.3.9'

Download

Click the following link to download the jar file.

smppapi-0.3.9-javadoc.jar
smppapi-0.3.9-sources.jar
smppapi-0.3.9.jar
smppapi-0.3.9.pom



Related Tutorials