GroupId | GroupIdorg.restcomm |
---|---|
ArtifactId | ArtifactIdsbc-application |
Version | Version1.0.9 |
Type | Typewar |
Filename | Size |
---|---|
sbc-application-1.0.9.pom | |
sbc-application-1.0.9.war | 4 MB |
sbc-application-1.0.9-sources.jar | 83 KB |
sbc-application-1.0.9-javadoc.jar | 387 KB |
sbc-application-1.0.9-classes.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restcomm/sbc-application/ -->
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>sbc-application</artifactId>
<version>1.0.9</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm/sbc-application/
implementation 'org.restcomm:sbc-application:1.0.9'
// https://jarcasting.com/artifacts/org.restcomm/sbc-application/
implementation ("org.restcomm:sbc-application:1.0.9")
'org.restcomm:sbc-application:war:1.0.9'
<dependency org="org.restcomm" name="sbc-application" rev="1.0.9">
<artifact name="sbc-application" type="war" />
</dependency>
@Grapes(
@Grab(group='org.restcomm', module='sbc-application', version='1.0.9')
)
libraryDependencies += "org.restcomm" % "sbc-application" % "1.0.9"
[org.restcomm/sbc-application "1.0.9"]