MVN

io.bitbucket.tomwnorton : common-configuration

Maven & Gradle

Oct 09, 2018

Common Configuration for Maven Projects · Parent maven project that pre-configures plugins and dependencies that I use on every maven project

<dependency>
    <groupId>io.bitbucket.tomwnorton</groupId>
    <artifactId>common-configuration</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bitbucket.tomwnorton : common-configuration to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of io.bitbucket.tomwnorton : common-configuration to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
common-configuration-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.bitbucket.tomwnorton</groupId>
    <artifactId>common-configuration</artifactId>
    <version>1.0</version>
</dependency>