| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework.integration |
| ArtifactId | ArtifactIdspring-integration-smpp |
| Version | Version1.0.0.RELEASE |
| Type | Typejar |
| Description |
DescriptionSpring Integration Smpp Adapter
Spring Integration Smpp Adapter
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-smpp/ -->
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-smpp</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-smpp/
implementation 'org.springframework.integration:spring-integration-smpp:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-smpp/
implementation ("org.springframework.integration:spring-integration-smpp:1.0.0.RELEASE")
'org.springframework.integration:spring-integration-smpp:jar:1.0.0.RELEASE'
<dependency org="org.springframework.integration" name="spring-integration-smpp" rev="1.0.0.RELEASE">
<artifact name="spring-integration-smpp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-smpp', version='1.0.0.RELEASE')
)
libraryDependencies += "org.springframework.integration" % "spring-integration-smpp" % "1.0.0.RELEASE"
[org.springframework.integration/spring-integration-smpp "1.0.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-beanutils : commons-beanutils | jar | 1.8.3 |
| org.springframework.integration : spring-integration-core | jar | 4.0.2.RELEASE |
| commons-lang : commons-lang | jar | 2.6 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
| com.googlecode.jsmpp : jsmpp | jar | 2.1.0 |