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