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