How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.reef</groupId>
<artifactId>reef-applications</artifactId>
<version>0.16.0</version>
</dependency>
Choose a version of org.apache.reef : reef-applications to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.16.x |
reef-applications-0.16.0
|
||
0.15.x |
reef-applications-0.15.0
|
||
0.14.x |
reef-applications-0.14.0
|
||
0.13.x |
reef-applications-0.13.0-incubating
|
||
0.12.x |
reef-applications-0.12.0-incubating
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.reef</groupId>
<artifactId>reef-applications</artifactId>
<version>0.16.0</version>
</dependency>
Advertisement