License |
License
BSD
|
---|---|
GroupId | GroupIdorg.opensmpp |
ArtifactId | ArtifactIdopensmpp-core |
Version | Version3.0.2 |
Type | Typejar |
Description |
DescriptionOpenSMPP Core
OpenSmpp - Java library implementing the SMPP protocol, and allowing development of External Short Message Entities (ESMEs) and more
|
Filename | Size |
---|---|
opensmpp-core-3.0.2.pom | |
opensmpp-core-3.0.2.jar | 147 KB |
opensmpp-core-3.0.2-sources.jar | 150 KB |
opensmpp-core-3.0.2-javadoc.jar | 710 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensmpp/opensmpp-core/ -->
<dependency>
<groupId>org.opensmpp</groupId>
<artifactId>opensmpp-core</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensmpp/opensmpp-core/
implementation 'org.opensmpp:opensmpp-core:3.0.2'
// https://jarcasting.com/artifacts/org.opensmpp/opensmpp-core/
implementation ("org.opensmpp:opensmpp-core:3.0.2")
'org.opensmpp:opensmpp-core:jar:3.0.2'
<dependency org="org.opensmpp" name="opensmpp-core" rev="3.0.2">
<artifact name="opensmpp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensmpp', module='opensmpp-core', version='3.0.2')
)
libraryDependencies += "org.opensmpp" % "opensmpp-core" % "3.0.2"
[org.opensmpp/opensmpp-core "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.opensmpp : opensmpp-charset | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.5 |
org.powermock : powermock-module-junit4 | jar | 1.5 |
org.powermock : powermock-api-mockito | jar | 1.5 |