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