GroupId | GroupIdorg.mobicents.gmlc |
---|---|
ArtifactId | ArtifactIdsbbs |
Version | Version1.0.37 |
Type | Typejar |
Filename | Size |
---|---|
sbbs-1.0.37.pom | |
sbbs-1.0.37.jar | 844 KB |
sbbs-1.0.37-sources.jar | 165 KB |
sbbs-1.0.37-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.37</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.gmlc/sbbs/
implementation 'org.mobicents.gmlc:sbbs:1.0.37'
// https://jarcasting.com/artifacts/org.mobicents.gmlc/sbbs/
implementation ("org.mobicents.gmlc:sbbs:1.0.37")
'org.mobicents.gmlc:sbbs:jar:1.0.37'
<dependency org="org.mobicents.gmlc" name="sbbs" rev="1.0.37">
<artifact name="sbbs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.gmlc', module='sbbs', version='1.0.37')
)
libraryDependencies += "org.mobicents.gmlc" % "sbbs" % "1.0.37"
[org.mobicents.gmlc/sbbs "1.0.37"]