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