GroupId | GroupIdorg.mobicents.smsc |
---|---|
ArtifactId | ArtifactIdcdr-parser-parent |
Version | Version3.0.27 |
Type | Typepom |
Filename | Size |
---|---|
cdr-parser-parent-3.0.27.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.smsc/cdr-parser-parent/ -->
<dependency>
<groupId>org.mobicents.smsc</groupId>
<artifactId>cdr-parser-parent</artifactId>
<version>3.0.27</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.smsc/cdr-parser-parent/
implementation 'org.mobicents.smsc:cdr-parser-parent:3.0.27'
// https://jarcasting.com/artifacts/org.mobicents.smsc/cdr-parser-parent/
implementation ("org.mobicents.smsc:cdr-parser-parent:3.0.27")
'org.mobicents.smsc:cdr-parser-parent:pom:3.0.27'
<dependency org="org.mobicents.smsc" name="cdr-parser-parent" rev="3.0.27">
<artifact name="cdr-parser-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.smsc', module='cdr-parser-parent', version='3.0.27')
)
libraryDependencies += "org.mobicents.smsc" % "cdr-parser-parent" % "3.0.27"
[org.mobicents.smsc/cdr-parser-parent "3.0.27"]