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