MVN

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

Maven & Gradle

Aug 18, 2017

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

<dependency>
    <groupId>io.github.svndump-to-git</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.svndump-to-git : parent-pom to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of io.github.svndump-to-git : parent-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
parent-pom-1.1
1.0
parent-pom-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.svndump-to-git</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.1</version>
</dependency>

Advertisement