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