License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls Subversion |
GroupId | GroupIdio.github.svndump-to-git |
ArtifactId | ArtifactIdparent-pom |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionsvndump-to-git-parent-pom
Parent POM for the svndump-to-git projects. The key setup to publish into maven central
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-pom-1.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.svndump-to-git/parent-pom/ -->
<dependency>
<groupId>io.github.svndump-to-git</groupId>
<artifactId>parent-pom</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.svndump-to-git/parent-pom/
implementation 'io.github.svndump-to-git:parent-pom:1.1'
// https://jarcasting.com/artifacts/io.github.svndump-to-git/parent-pom/
implementation ("io.github.svndump-to-git:parent-pom:1.1")
'io.github.svndump-to-git:parent-pom:pom:1.1'
<dependency org="io.github.svndump-to-git" name="parent-pom" rev="1.1">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.svndump-to-git', module='parent-pom', version='1.1')
)
libraryDependencies += "io.github.svndump-to-git" % "parent-pom" % "1.1"
[io.github.svndump-to-git/parent-pom "1.1"]