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