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