is not current version
Last Version 2.0.147

org.restcomm.commons:commons-parent 2.0.144


GroupId

GroupId

org.restcomm.commons
ArtifactId

ArtifactId

commons-parent
Version

Version

2.0.144
Type

Type

pom

Download commons-parent 2.0.144


<!-- https://jarcasting.com/artifacts/org.restcomm.commons/commons-parent/ -->
<dependency>
    <groupId>org.restcomm.commons</groupId>
    <artifactId>commons-parent</artifactId>
    <version>2.0.144</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.commons/commons-parent/
implementation 'org.restcomm.commons:commons-parent:2.0.144'
// https://jarcasting.com/artifacts/org.restcomm.commons/commons-parent/
implementation ("org.restcomm.commons:commons-parent:2.0.144")
'org.restcomm.commons:commons-parent:pom:2.0.144'
<dependency org="org.restcomm.commons" name="commons-parent" rev="2.0.144">
  <artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.commons', module='commons-parent', version='2.0.144')
)
libraryDependencies += "org.restcomm.commons" % "commons-parent" % "2.0.144"
[org.restcomm.commons/commons-parent "2.0.144"]