MVN

io.tourniquet : parent

Maven & Gradle

Mar 13, 2016

Parent module defining global Maven project settings for all tourniquet.io projects. The module contains the settings for publishing artifacts to MavenCentral, including code signing and javadoc. The release mechanism follows the git-flow using the jgitflow plugin of Atlassian.

<dependency>
    <groupId>io.tourniquet</groupId>
    <artifactId>parent</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.tourniquet : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of io.tourniquet : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
parent-1.1
1.0
parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.tourniquet</groupId>
    <artifactId>parent</artifactId>
    <version>1.1</version>
</dependency>

Advertisement