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