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