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