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