GroupId | GroupIdorg.restcomm.resources |
---|---|
ArtifactId | ArtifactIdsbbs |
Version | Version8.0.0-124 |
Type | Typejar |
Filename | Size |
---|---|
sbbs-8.0.0-124.pom | |
sbbs-8.0.0-124.jar | 5 KB |
sbbs-8.0.0-124-sources.jar | 3 KB |
sbbs-8.0.0-124-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restcomm.resources/sbbs/ -->
<dependency>
<groupId>org.restcomm.resources</groupId>
<artifactId>sbbs</artifactId>
<version>8.0.0-124</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.resources/sbbs/
implementation 'org.restcomm.resources:sbbs:8.0.0-124'
// https://jarcasting.com/artifacts/org.restcomm.resources/sbbs/
implementation ("org.restcomm.resources:sbbs:8.0.0-124")
'org.restcomm.resources:sbbs:jar:8.0.0-124'
<dependency org="org.restcomm.resources" name="sbbs" rev="8.0.0-124">
<artifact name="sbbs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.resources', module='sbbs', version='8.0.0-124')
)
libraryDependencies += "org.restcomm.resources" % "sbbs" % "8.0.0-124"
[org.restcomm.resources/sbbs "8.0.0-124"]