License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.mikesafonov |
ArtifactId | ArtifactIdsmpp-server-mock-spring-boot |
Version | Version1.5.0 |
Type | Typejar |
Description |
Descriptionsmpp-server-mock-spring-boot
Spring boot starter to setup test smpp server for integration testing
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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.5.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.5.0'
// https://jarcasting.com/artifacts/com.github.mikesafonov/smpp-server-mock-spring-boot/
implementation ("com.github.mikesafonov:smpp-server-mock-spring-boot:1.5.0")
'com.github.mikesafonov:smpp-server-mock-spring-boot:jar:1.5.0'
<dependency org="com.github.mikesafonov" name="smpp-server-mock-spring-boot" rev="1.5.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.5.0')
)
libraryDependencies += "com.github.mikesafonov" % "smpp-server-mock-spring-boot" % "1.5.0"
[com.github.mikesafonov/smpp-server-mock-spring-boot "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.mikesafonov : smpp-server-mock-core | jar | 1.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-dependencies | jar | 2.2.5.RELEASE |
org.springframework.cloud : spring-cloud-dependencies | jar | Hoxton.SR3 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.15.0 |
org.junit.jupiter : junit-jupiter | jar | 5.6.0 |
org.mockito : mockito-core | jar | 3.3.0 |
org.springframework.boot : spring-boot-starter-test | jar | 2.2.5.RELEASE |