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