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