Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.mikesafonov |
ArtifactId | ArtifactIdsmpp-server-mock-junit |
Version | Version1.0.0 |
Type | Typejar |
<!-- 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mikesafonov/smpp-server-mock-junit/
implementation 'com.github.mikesafonov:smpp-server-mock-junit:1.0.0'
// https://jarcasting.com/artifacts/com.github.mikesafonov/smpp-server-mock-junit/
implementation ("com.github.mikesafonov:smpp-server-mock-junit:1.0.0")
'com.github.mikesafonov:smpp-server-mock-junit:jar:1.0.0'
<dependency org="com.github.mikesafonov" name="smpp-server-mock-junit" rev="1.0.0">
<artifact name="smpp-server-mock-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mikesafonov', module='smpp-server-mock-junit', version='1.0.0')
)
libraryDependencies += "com.github.mikesafonov" % "smpp-server-mock-junit" % "1.0.0"
[com.github.mikesafonov/smpp-server-mock-junit "1.0.0"]