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