GroupId | GroupIdorg.mobicents.gmlc |
---|---|
ArtifactId | ArtifactIdsbbs |
Version | Version1.0.73 |
Type | Typejar |
Filename | Size |
---|---|
sbbs-1.0.73.pom | |
sbbs-1.0.73.jar | 845 KB |
sbbs-1.0.73-sources.jar | 166 KB |
sbbs-1.0.73-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.gmlc/sbbs/ -->
<dependency>
<groupId>org.mobicents.gmlc</groupId>
<artifactId>sbbs</artifactId>
<version>1.0.73</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.gmlc/sbbs/
implementation 'org.mobicents.gmlc:sbbs:1.0.73'
// https://jarcasting.com/artifacts/org.mobicents.gmlc/sbbs/
implementation ("org.mobicents.gmlc:sbbs:1.0.73")
'org.mobicents.gmlc:sbbs:jar:1.0.73'
<dependency org="org.mobicents.gmlc" name="sbbs" rev="1.0.73">
<artifact name="sbbs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.gmlc', module='sbbs', version='1.0.73')
)
libraryDependencies += "org.mobicents.gmlc" % "sbbs" % "1.0.73"
[org.mobicents.gmlc/sbbs "1.0.73"]