Files download
File Operation
parent-pom-1.0.0-RELEASE.pom download
Apache Maven
<dependency>
  <groupId>net.savantly</groupId>
  <artifactId>parent-pom</artifactId>
  <version>1.0.0-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.savantly:parent-pom:1.0.0-RELEASE'
Gradle Kotlin
implementation("net.savantly:parent-pom:1.0.0-RELEASE")
Scala SBT
libraryDependencies += "net.savantly" % "parent-pom" % "1.0.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='net.savantly', module='parent-pom', version='1.0.0-RELEASE')
)
Apache Ivy
<dependency org="net.savantly" name="parent-pom" rev="1.0.0-RELEASE" />
Leiningen
[net.savantly/parent-pom "1.0.0-RELEASE"]
Apache Buildr
'net.savantly:parent-pom:jar:1.0.0-RELEASE'
Dependencies
The project has no third-party dependencies