MVN

org.mycontroller : mycontroller-build-tools-parent

Maven & Gradle

Mar 25, 2016
0 stars

Mycontroller Build Tools Parent · Contains build tools for MyController projects

<dependency>
    <groupId>org.mycontroller</groupId>
    <artifactId>mycontroller-build-tools-parent</artifactId>
    <version>1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mycontroller : mycontroller-build-tools-parent to add to Maven - Latest Versions:

  • Latest Stable: 1

All Versions

Choose a version of org.mycontroller : mycontroller-build-tools-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1
mycontroller-build-tools-parent-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.mycontroller</groupId>
    <artifactId>mycontroller-build-tools-parent</artifactId>
    <version>1</version>
</dependency>