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