s

superpom

The KivaKit super POM is used by all Telenav Open Source projects that depend directly or indirectly on KivaKit to help ensure consistent builds.
https://www.telenav.com/
Apache License, Version 2.0
Telenav
Jonathan Locke (Luo Shibo) Haifeng Zhu
Files download
File Operation
superpom-1.5.0.pom download
Apache Maven
<dependency>
  <groupId>com.telenav.kivakit</groupId>
  <artifactId>superpom</artifactId>
  <version>1.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.telenav.kivakit:superpom:1.5.0'
Gradle Kotlin
implementation("com.telenav.kivakit:superpom:1.5.0")
Scala SBT
libraryDependencies += "com.telenav.kivakit" % "superpom" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.telenav.kivakit', module='superpom', version='1.5.0')
)
Apache Ivy
<dependency org="com.telenav.kivakit" name="superpom" rev="1.5.0" />
Leiningen
[com.telenav.kivakit/superpom "1.5.0"]
Apache Buildr
'com.telenav.kivakit:superpom:jar:1.5.0'
Dependencies
The project has no third-party dependencies