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