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