t

telenav-root-superpom

The uber-root telenav superpom, containing global plugin configuration, possibly a few rarely changing dependency management elements and NOTHING ELSE. Anything here must be safe to include in the build of EVERY SINGLE PROJECT.
https://www.telenav.com/
Apache License, Version 2.0
Telenav
Jonathan Locke (Luo Shibo) Haifeng Zhu Tim Boudreau
Files download
File Operation
telenav-root-superpom-1.0.15.pom download
Apache Maven
<dependency>
  <groupId>com.telenav</groupId>
  <artifactId>telenav-root-superpom</artifactId>
  <version>1.0.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.telenav:telenav-root-superpom:1.0.15'
Gradle Kotlin
implementation("com.telenav:telenav-root-superpom:1.0.15")
Scala SBT
libraryDependencies += "com.telenav" % "telenav-root-superpom" % "1.0.15"
Groovy Grape
@Grapes(
  @Grab(group='com.telenav', module='telenav-root-superpom', version='1.0.15')
)
Apache Ivy
<dependency org="com.telenav" name="telenav-root-superpom" rev="1.0.15" />
Leiningen
[com.telenav/telenav-root-superpom "1.0.15"]
Apache Buildr
'com.telenav:telenav-root-superpom:jar:1.0.15'
Dependencies
The project has no third-party dependencies