c

converter-parent

Temporary until the converter and tests from the student plugin can be consolidated
Files download
File Operation
converter-parent-1.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.svndump-to-git</groupId>
  <artifactId>converter-parent</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.svndump-to-git:converter-parent:1.0'
Gradle Kotlin
implementation("io.github.svndump-to-git:converter-parent:1.0")
Scala SBT
libraryDependencies += "io.github.svndump-to-git" % "converter-parent" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.svndump-to-git', module='converter-parent', version='1.0')
)
Apache Ivy
<dependency org="io.github.svndump-to-git" name="converter-parent" rev="1.0" />
Leiningen
[io.github.svndump-to-git/converter-parent "1.0"]
Apache Buildr
'io.github.svndump-to-git:converter-parent:jar:1.0'