GroupId | GroupIdorg.restcomm |
---|---|
ArtifactId | ArtifactIdrestcomm-connect.application |
Version | Version8.0.0.trustcdr.7 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.application/ -->
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.application</artifactId>
<version>8.0.0.trustcdr.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.application/
implementation 'org.restcomm:restcomm-connect.application:8.0.0.trustcdr.7'
// https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.application/
implementation ("org.restcomm:restcomm-connect.application:8.0.0.trustcdr.7")
'org.restcomm:restcomm-connect.application:war:8.0.0.trustcdr.7'
<dependency org="org.restcomm" name="restcomm-connect.application" rev="8.0.0.trustcdr.7">
<artifact name="restcomm-connect.application" type="war" />
</dependency>
@Grapes(
@Grab(group='org.restcomm', module='restcomm-connect.application', version='8.0.0.trustcdr.7')
)
libraryDependencies += "org.restcomm" % "restcomm-connect.application" % "8.0.0.trustcdr.7"
[org.restcomm/restcomm-connect.application "8.0.0.trustcdr.7"]