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