License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls Subversion |
GroupId | GroupIdio.github.svndump-to-git |
ArtifactId | ArtifactIdconverter-parent |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionConverter - Parent
Temporary until the converter and tests from the student plugin can be consolidated
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
converter-parent-1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.svndump-to-git/converter-parent/ -->
<dependency>
<groupId>io.github.svndump-to-git</groupId>
<artifactId>converter-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.svndump-to-git/converter-parent/
implementation 'io.github.svndump-to-git:converter-parent:1.0'
// https://jarcasting.com/artifacts/io.github.svndump-to-git/converter-parent/
implementation ("io.github.svndump-to-git:converter-parent:1.0")
'io.github.svndump-to-git:converter-parent:pom:1.0'
<dependency org="io.github.svndump-to-git" name="converter-parent" rev="1.0">
<artifact name="converter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.svndump-to-git', module='converter-parent', version='1.0')
)
libraryDependencies += "io.github.svndump-to-git" % "converter-parent" % "1.0"
[io.github.svndump-to-git/converter-parent "1.0"]