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