GroupId | GroupIdorg.mobicents.smsc |
---|---|
ArtifactId | ArtifactIdstresstool |
Version | Version7.4.164 |
Type | Typejar |
Filename | Size |
---|---|
stresstool-7.4.164.pom | |
stresstool-7.4.164.jar | 59 KB |
stresstool-7.4.164-sources.jar | 24 KB |
stresstool-7.4.164-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.smsc/stresstool/ -->
<dependency>
<groupId>org.mobicents.smsc</groupId>
<artifactId>stresstool</artifactId>
<version>7.4.164</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.smsc/stresstool/
implementation 'org.mobicents.smsc:stresstool:7.4.164'
// https://jarcasting.com/artifacts/org.mobicents.smsc/stresstool/
implementation ("org.mobicents.smsc:stresstool:7.4.164")
'org.mobicents.smsc:stresstool:jar:7.4.164'
<dependency org="org.mobicents.smsc" name="stresstool" rev="7.4.164">
<artifact name="stresstool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.smsc', module='stresstool', version='7.4.164')
)
libraryDependencies += "org.mobicents.smsc" % "stresstool" % "7.4.164"
[org.mobicents.smsc/stresstool "7.4.164"]