| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.github.mikesafonov |
| ArtifactId | ArtifactIdsmpp-server-mock-junit |
| Version | Version1.5.0 |
| Type | Typejar |
| Description |
Descriptionsmpp-server-mock-junit
JUnit 5 extension to test smpp connection
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.mikesafonov/smpp-server-mock-junit/ -->
<dependency>
<groupId>com.github.mikesafonov</groupId>
<artifactId>smpp-server-mock-junit</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mikesafonov/smpp-server-mock-junit/
implementation 'com.github.mikesafonov:smpp-server-mock-junit:1.5.0'
// https://jarcasting.com/artifacts/com.github.mikesafonov/smpp-server-mock-junit/
implementation ("com.github.mikesafonov:smpp-server-mock-junit:1.5.0")
'com.github.mikesafonov:smpp-server-mock-junit:jar:1.5.0'
<dependency org="com.github.mikesafonov" name="smpp-server-mock-junit" rev="1.5.0">
<artifact name="smpp-server-mock-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mikesafonov', module='smpp-server-mock-junit', version='1.5.0')
)
libraryDependencies += "com.github.mikesafonov" % "smpp-server-mock-junit" % "1.5.0"
[com.github.mikesafonov/smpp-server-mock-junit "1.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.mikesafonov : smpp-server-mock-core | jar | 1.5.0 |
| 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 |