How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>nflow-root</artifactId>
<version>3.3.0</version>
</dependency>
Choose a version of com.nitorcreations : nflow-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.3.x |
nflow-root-3.3.0
|
||
3.2.x |
nflow-root-3.2.0
|
||
3.1.x |
nflow-root-3.1.1
|
||
nflow-root-3.1.0
|
|||
3.0.x |
nflow-root-3.0.0
|
||
2.0.x |
nflow-root-2.0.0
|
||
1.3.x |
nflow-root-1.3.0
|
||
1.2.x |
nflow-root-1.2.0
|
||
1.1.x |
nflow-root-1.1.0
|
||
1.0.x |
nflow-root-1.0.0
|
||
0.3.x |
nflow-root-0.3.1
|
||
nflow-root-0.3.0
|
|||
0.2.x |
nflow-root-0.2.0
|
||
0.1.x |
nflow-root-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>nflow-root</artifactId>
<version>3.3.0</version>
</dependency>
Advertisement