GroupId | GroupIdorg.restcomm.resources |
---|---|
ArtifactId | ArtifactIdrestcomm-slee-ra-jdbc-library |
Version | Version3.0.9 |
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>3.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.resources/restcomm-slee-ra-jdbc-library/
implementation 'org.restcomm.resources:restcomm-slee-ra-jdbc-library:3.0.9'
// https://jarcasting.com/artifacts/org.restcomm.resources/restcomm-slee-ra-jdbc-library/
implementation ("org.restcomm.resources:restcomm-slee-ra-jdbc-library:3.0.9")
'org.restcomm.resources:restcomm-slee-ra-jdbc-library:jar:3.0.9'
<dependency org="org.restcomm.resources" name="restcomm-slee-ra-jdbc-library" rev="3.0.9">
<artifact name="restcomm-slee-ra-jdbc-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.resources', module='restcomm-slee-ra-jdbc-library', version='3.0.9')
)
libraryDependencies += "org.restcomm.resources" % "restcomm-slee-ra-jdbc-library" % "3.0.9"
[org.restcomm.resources/restcomm-slee-ra-jdbc-library "3.0.9"]