GroupId | GroupIdorg.mobicents.ussd |
---|---|
ArtifactId | ArtifactIdbootstrap |
Version | Version7.0.39 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-7.0.39.pom | |
bootstrap-7.0.39.jar | 6 KB |
bootstrap-7.0.39-sources.jar | 3 KB |
bootstrap-7.0.39-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.ussd/bootstrap/ -->
<dependency>
<groupId>org.mobicents.ussd</groupId>
<artifactId>bootstrap</artifactId>
<version>7.0.39</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.ussd/bootstrap/
implementation 'org.mobicents.ussd:bootstrap:7.0.39'
// https://jarcasting.com/artifacts/org.mobicents.ussd/bootstrap/
implementation ("org.mobicents.ussd:bootstrap:7.0.39")
'org.mobicents.ussd:bootstrap:jar:7.0.39'
<dependency org="org.mobicents.ussd" name="bootstrap" rev="7.0.39">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.ussd', module='bootstrap', version='7.0.39')
)
libraryDependencies += "org.mobicents.ussd" % "bootstrap" % "7.0.39"
[org.mobicents.ussd/bootstrap "7.0.39"]