GroupId | GroupIdorg.mobicents.ussd |
---|---|
ArtifactId | ArtifactIdbootstrap |
Version | Version7.0.43 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-7.0.43.pom | |
bootstrap-7.0.43.jar | 6 KB |
bootstrap-7.0.43-sources.jar | 3 KB |
bootstrap-7.0.43-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.43</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.ussd/bootstrap/
implementation 'org.mobicents.ussd:bootstrap:7.0.43'
// https://jarcasting.com/artifacts/org.mobicents.ussd/bootstrap/
implementation ("org.mobicents.ussd:bootstrap:7.0.43")
'org.mobicents.ussd:bootstrap:jar:7.0.43'
<dependency org="org.mobicents.ussd" name="bootstrap" rev="7.0.43">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.ussd', module='bootstrap', version='7.0.43')
)
libraryDependencies += "org.mobicents.ussd" % "bootstrap" % "7.0.43"
[org.mobicents.ussd/bootstrap "7.0.43"]