MVN

com.mergere.mvnbook.proficio : proficio

Maven & Gradle

Mar 22, 2006

Maven Proficio · Proficio sample application from "Better Builds with Maven"

<dependency>
    <groupId>com.mergere.mvnbook.proficio</groupId>
    <artifactId>proficio</artifactId>
    <version>0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mergere.mvnbook.proficio : proficio to add to Maven - Latest Versions:

  • Latest Stable: 0.9

All Versions

Choose a version of com.mergere.mvnbook.proficio : proficio to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9
proficio-0.9
0.8
proficio-0.8

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.mergere.mvnbook.proficio</groupId>
    <artifactId>proficio</artifactId>
    <version>0.9</version>
</dependency>

Advertisement