jSMPP - Examples

SMPP library for Java

License

License

GroupId

GroupId

org.jsmpp
ArtifactId

ArtifactId

jsmpp-examples
Last Version

Last Version

2.3.11
Release Date

Release Date

Type

Type

jar
Description

Description

jSMPP - Examples
SMPP library for Java

Download jsmpp-examples

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.jsmpp : jsmpp jar 2.3.11
net.freeutils : jcharset jar 2.1
org.slf4j : slf4j-log4j12 jar 1.7.30
log4j : log4j jar 1.2.17
org.slf4j : slf4j-api jar 1.7.30

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Introduction

Maven Central

jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per second.

jSMPP is not a high-level library. People looking for a quick way to get started with SMPP may be better of using an abstraction layer such as the Apache Camel SMPP component Apache Camel SMPP component

Travis-CI status:

Build Status

History

The project started on Google Code: http://code.google.com/p/jsmpp/

It was maintained by uudashr on Github until 2013.

It is now a community project maintained at http://jsmpp.org

Release procedure

mvn deploy -DperformRelease=true -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -Dgpg.passphrase=<yourpassphrase>

  • log in here: https://oss.sonatype.org
  • click the 'Staging Repositories' link
  • select the repository and click close
  • select the repository and click release

License

Copyright (C) 2007-2013, Nuruddin Ashr [email protected] Copyright (C) 2012-2013, Denis Kostousov [email protected] Copyright (C) 2014, Daniel Pocock http://danielpocock.com Copyright (C) 2016-2020, Pim Moerenhout [email protected]

This project is licensed under the Apache Software License 2.0.

Versions

Version
2.3.11
2.3.10
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0