Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.restcomm |
ArtifactId | ArtifactIdrestcomm-connect.identity |
Version | Version8.2.0.1248 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.identity/ -->
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.identity</artifactId>
<version>8.2.0.1248</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.identity/
implementation 'org.restcomm:restcomm-connect.identity:8.2.0.1248'
// https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.identity/
implementation ("org.restcomm:restcomm-connect.identity:8.2.0.1248")
'org.restcomm:restcomm-connect.identity:jar:8.2.0.1248'
<dependency org="org.restcomm" name="restcomm-connect.identity" rev="8.2.0.1248">
<artifact name="restcomm-connect.identity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm', module='restcomm-connect.identity', version='8.2.0.1248')
)
libraryDependencies += "org.restcomm" % "restcomm-connect.identity" % "8.2.0.1248"
[org.restcomm/restcomm-connect.identity "8.2.0.1248"]