GroupId | GroupIdorg.mobicents.ussd |
---|---|
ArtifactId | ArtifactIdslee |
Version | Version7.0.37 |
Type | Typepom |
Filename | Size |
---|---|
slee-7.0.37.pom | 584 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.ussd/slee/ -->
<dependency>
<groupId>org.mobicents.ussd</groupId>
<artifactId>slee</artifactId>
<version>7.0.37</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.ussd/slee/
implementation 'org.mobicents.ussd:slee:7.0.37'
// https://jarcasting.com/artifacts/org.mobicents.ussd/slee/
implementation ("org.mobicents.ussd:slee:7.0.37")
'org.mobicents.ussd:slee:pom:7.0.37'
<dependency org="org.mobicents.ussd" name="slee" rev="7.0.37">
<artifact name="slee" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.ussd', module='slee', version='7.0.37')
)
libraryDependencies += "org.mobicents.ussd" % "slee" % "7.0.37"
[org.mobicents.ussd/slee "7.0.37"]