GroupId | GroupIdorg.restcomm |
---|---|
ArtifactId | ArtifactIdrestcomm-connect.routing |
Version | Version8.0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
restcomm-connect.routing-8.0.0.8.pom | |
restcomm-connect.routing-8.0.0.8.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.routing/ -->
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.routing</artifactId>
<version>8.0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.routing/
implementation 'org.restcomm:restcomm-connect.routing:8.0.0.8'
// https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.routing/
implementation ("org.restcomm:restcomm-connect.routing:8.0.0.8")
'org.restcomm:restcomm-connect.routing:jar:8.0.0.8'
<dependency org="org.restcomm" name="restcomm-connect.routing" rev="8.0.0.8">
<artifact name="restcomm-connect.routing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm', module='restcomm-connect.routing', version='8.0.0.8')
)
libraryDependencies += "org.restcomm" % "restcomm-connect.routing" % "8.0.0.8"
[org.restcomm/restcomm-connect.routing "8.0.0.8"]