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