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