is not current version
Last Version 1.1

io.github.svndump-to-git:parent-pom 1.0

Parent POM for the svndump-to-git projects. The key setup to publish into maven central

Categories

Categories

Git Development Tools Version Controls Subversion
GroupId

GroupId

io.github.svndump-to-git
ArtifactId

ArtifactId

parent-pom
Version

Version

1.0
Type

Type

pom

Download parent-pom 1.0

Filename Size
parent-pom-1.0.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.0</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.0'
// https://jarcasting.com/artifacts/io.github.svndump-to-git/parent-pom/
implementation ("io.github.svndump-to-git:parent-pom:1.0")
'io.github.svndump-to-git:parent-pom:pom:1.0'
<dependency org="io.github.svndump-to-git" name="parent-pom" rev="1.0">
  <artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.svndump-to-git', module='parent-pom', version='1.0')
)
libraryDependencies += "io.github.svndump-to-git" % "parent-pom" % "1.0"
[io.github.svndump-to-git/parent-pom "1.0"]