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