GroupId | GroupIdorg.mobicents.diameter |
---|---|
ArtifactId | ArtifactIddiameter-parent |
Version | Version1.7.0.84 |
Type | Typepom |
Filename | Size |
---|---|
diameter-parent-1.7.0.84.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.diameter/diameter-parent/ -->
<dependency>
<groupId>org.mobicents.diameter</groupId>
<artifactId>diameter-parent</artifactId>
<version>1.7.0.84</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.diameter/diameter-parent/
implementation 'org.mobicents.diameter:diameter-parent:1.7.0.84'
// https://jarcasting.com/artifacts/org.mobicents.diameter/diameter-parent/
implementation ("org.mobicents.diameter:diameter-parent:1.7.0.84")
'org.mobicents.diameter:diameter-parent:pom:1.7.0.84'
<dependency org="org.mobicents.diameter" name="diameter-parent" rev="1.7.0.84">
<artifact name="diameter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.diameter', module='diameter-parent', version='1.7.0.84')
)
libraryDependencies += "org.mobicents.diameter" % "diameter-parent" % "1.7.0.84"
[org.mobicents.diameter/diameter-parent "1.7.0.84"]