GroupId | GroupIdorg.restcomm.resources |
---|---|
ArtifactId | ArtifactIdrestcomm-slee-ra-jdbc-library |
Version | Version7.0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.restcomm.resources/restcomm-slee-ra-jdbc-library/ -->
<dependency>
<groupId>org.restcomm.resources</groupId>
<artifactId>restcomm-slee-ra-jdbc-library</artifactId>
<version>7.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.resources/restcomm-slee-ra-jdbc-library/
implementation 'org.restcomm.resources:restcomm-slee-ra-jdbc-library:7.0.11'
// https://jarcasting.com/artifacts/org.restcomm.resources/restcomm-slee-ra-jdbc-library/
implementation ("org.restcomm.resources:restcomm-slee-ra-jdbc-library:7.0.11")
'org.restcomm.resources:restcomm-slee-ra-jdbc-library:jar:7.0.11'
<dependency org="org.restcomm.resources" name="restcomm-slee-ra-jdbc-library" rev="7.0.11">
<artifact name="restcomm-slee-ra-jdbc-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.resources', module='restcomm-slee-ra-jdbc-library', version='7.0.11')
)
libraryDependencies += "org.restcomm.resources" % "restcomm-slee-ra-jdbc-library" % "7.0.11"
[org.restcomm.resources/restcomm-slee-ra-jdbc-library "7.0.11"]