is not current version
Last Version 2.0.1

com.telenav:telenav-superpom-project 2.0.0

Intermediate parent pom for all projects that use the cactus-maven-plugin (i.e. everything but cactus, which cannot depend on itself).

GroupId

GroupId

com.telenav
ArtifactId

ArtifactId

telenav-superpom-project
Version

Version

2.0.0
Type

Type

pom

Download telenav-superpom-project 2.0.0


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