JSMPP

The Java implementation of SMPP protocol (currently supports SMPP v 3.4)

License

License

GroupId

GroupId

com.googlecode.jsmpp
ArtifactId

ArtifactId

jsmpp
Last Version

Last Version

2.1.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

JSMPP
The Java implementation of SMPP protocol (currently supports SMPP v 3.4)
Project URL

Project URL

http://code.google.com/p/jsmpp/

Download jsmpp

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.jsmpp/jsmpp/ -->
<dependency>
    <groupId>com.googlecode.jsmpp</groupId>
    <artifactId>jsmpp</artifactId>
    <version>2.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jsmpp/jsmpp/
implementation 'com.googlecode.jsmpp:jsmpp:2.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.googlecode.jsmpp/jsmpp/
implementation ("com.googlecode.jsmpp:jsmpp:2.1.0-RELEASE")
'com.googlecode.jsmpp:jsmpp:jar:2.1.0-RELEASE'
<dependency org="com.googlecode.jsmpp" name="jsmpp" rev="2.1.0-RELEASE">
  <artifact name="jsmpp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jsmpp', module='jsmpp', version='2.1.0-RELEASE')
)
libraryDependencies += "com.googlecode.jsmpp" % "jsmpp" % "2.1.0-RELEASE"
[com.googlecode.jsmpp/jsmpp "2.1.0-RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
log4j : log4j jar 1.2.14
org.slf4j : slf4j-api jar 1.4.3
org.slf4j : slf4j-log4j12 jar 1.4.3

test (1)

Group / Artifact Type Version
org.testng : testng jar 5.7

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0-RELEASE
2.1.0