is not current version
Last Version 2.0.147

org.restcomm.commons:commons-parent 2.0.146


GroupId

GroupId

org.restcomm.commons
ArtifactId

ArtifactId

commons-parent
Version

Version

2.0.146
Type

Type

pom

Download commons-parent 2.0.146


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