jSMPP - Parent

SMPP library for Java

License

License

GroupId

GroupId

org.jsmpp
ArtifactId

ArtifactId

jsmpp-pom
Last Version

Last Version

2.3.11
Release Date

Release Date

Type

Type

pom
Description

Description

jSMPP - Parent
SMPP library for Java
Project URL

Project URL

http://jsmpp.org
Source Code Management

Source Code Management

https://github.com/opentelecoms-org/jsmpp

Download jsmpp-pom

Filename Size
jsmpp-pom-2.3.11.pom 10 KB
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

  • jsmpp
  • jsmpp-examples

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