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