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