| License |
License |
|---|---|
| GroupId | GroupIdorg.restcomm.camelgw |
| ArtifactId | ArtifactIdcore |
| Version | Version7.1.0-64 |
| Type | Typepom |
| Description |
DescriptionCore
Restcomm :: Parent pom for 2.x releases
|
| Filename | Size |
|---|---|
| core-7.1.0-64.pom | 648 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.restcomm.camelgw/core/ -->
<dependency>
<groupId>org.restcomm.camelgw</groupId>
<artifactId>core</artifactId>
<version>7.1.0-64</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.camelgw/core/
implementation 'org.restcomm.camelgw:core:7.1.0-64'
// https://jarcasting.com/artifacts/org.restcomm.camelgw/core/
implementation ("org.restcomm.camelgw:core:7.1.0-64")
'org.restcomm.camelgw:core:pom:7.1.0-64'
<dependency org="org.restcomm.camelgw" name="core" rev="7.1.0-64">
<artifact name="core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.camelgw', module='core', version='7.1.0-64')
)
libraryDependencies += "org.restcomm.camelgw" % "core" % "7.1.0-64"
[org.restcomm.camelgw/core "7.1.0-64"]