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