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