How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.incode</groupId>
<artifactId>incode-build</artifactId>
<version>8</version>
</dependency>
Choose a version of org.incode : incode-build to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8 |
incode-build-8
|
||
7 |
incode-build-7
|
||
6 |
incode-build-6
|
||
5 |
incode-build-5
|
||
4 |
incode-build-4
|
||
3 |
incode-build-3
|
||
2.6 |
incode-build-2.6
|
||
2.5 |
incode-build-2.5
|
||
2.4 |
incode-build-2.4
|
||
2.3 |
incode-build-2.3
|
||
2.2 |
incode-build-2.2
|
||
2.1 |
incode-build-2.1
|
||
2 |
incode-build-2
|
||
1 |
incode-build-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.incode</groupId>
<artifactId>incode-build</artifactId>
<version>8</version>
</dependency>
Advertisement