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