GroupId | GroupIdcom.soebes.smpp |
---|---|
ArtifactId | ArtifactIdsmpp-boot |
Version | Version5.3.2 |
Type | Typepom |
Filename | Size |
---|---|
smpp-boot-5.3.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.soebes.smpp/smpp-boot/ -->
<dependency>
<groupId>com.soebes.smpp</groupId>
<artifactId>smpp-boot</artifactId>
<version>5.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.soebes.smpp/smpp-boot/
implementation 'com.soebes.smpp:smpp-boot:5.3.2'
// https://jarcasting.com/artifacts/com.soebes.smpp/smpp-boot/
implementation ("com.soebes.smpp:smpp-boot:5.3.2")
'com.soebes.smpp:smpp-boot:pom:5.3.2'
<dependency org="com.soebes.smpp" name="smpp-boot" rev="5.3.2">
<artifact name="smpp-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.soebes.smpp', module='smpp-boot', version='5.3.2')
)
libraryDependencies += "com.soebes.smpp" % "smpp-boot" % "5.3.2"
[com.soebes.smpp/smpp-boot "5.3.2"]