p

parent-pom

Parent POM for the svndump-to-git projects. The key setup to publish into maven central
https://svndump-to-git.github.io/
Educational Community License, Version 2.0
Michael O'Cleirigh
Files download
File Operation
parent-pom-1.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.svndump-to-git</groupId>
  <artifactId>parent-pom</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.svndump-to-git:parent-pom:1.1'
Gradle Kotlin
implementation("io.github.svndump-to-git:parent-pom:1.1")
Scala SBT
libraryDependencies += "io.github.svndump-to-git" % "parent-pom" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.svndump-to-git', module='parent-pom', version='1.1')
)
Apache Ivy
<dependency org="io.github.svndump-to-git" name="parent-pom" rev="1.1" />
Leiningen
[io.github.svndump-to-git/parent-pom "1.1"]
Apache Buildr
'io.github.svndump-to-git:parent-pom:jar:1.1'
Dependencies
The project has no third-party dependencies