Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.mikesafonov |
ArtifactId | ArtifactIdspring-boot-starter-smpp |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mikesafonov/spring-boot-starter-smpp/ -->
<dependency>
<groupId>com.github.mikesafonov</groupId>
<artifactId>spring-boot-starter-smpp</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mikesafonov/spring-boot-starter-smpp/
implementation 'com.github.mikesafonov:spring-boot-starter-smpp:1.0.0'
// https://jarcasting.com/artifacts/com.github.mikesafonov/spring-boot-starter-smpp/
implementation ("com.github.mikesafonov:spring-boot-starter-smpp:1.0.0")
'com.github.mikesafonov:spring-boot-starter-smpp:jar:1.0.0'
<dependency org="com.github.mikesafonov" name="spring-boot-starter-smpp" rev="1.0.0">
<artifact name="spring-boot-starter-smpp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mikesafonov', module='spring-boot-starter-smpp', version='1.0.0')
)
libraryDependencies += "com.github.mikesafonov" % "spring-boot-starter-smpp" % "1.0.0"
[com.github.mikesafonov/spring-boot-starter-smpp "1.0.0"]