How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.xfinity</groupId>
<artifactId>blueprint-library</artifactId>
<version>2.5.0</version>
</dependency>
Choose a version of com.xfinity : blueprint-library to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.5.x |
blueprint-library-2.5.0
|
||
2.4.x |
blueprint-library-2.4.0
|
||
2.2.x |
blueprint-library-2.2.0
|
||
2.1.x |
blueprint-library-2.1.0
|
||
2.0.x |
blueprint-library-2.0.0
|
||
1.7.x |
blueprint-library-1.7.0
|
||
1.5.x |
blueprint-library-1.5.0
|
||
1.4.x |
blueprint-library-1.4.0
|
||
1.3.x |
blueprint-library-1.3.0
|
||
1.2.x |
blueprint-library-1.2.3
|
||
blueprint-library-1.2.2
|
|||
blueprint-library-1.2.1
|
|||
blueprint-library-1.2.0
|
|||
1.1.x |
blueprint-library-1.1.0
|
||
1.0.x |
blueprint-library-1.0.0
|
||
0.9.x |
blueprint-library-0.9.7
|
||
blueprint-library-0.9.6
|
|||
blueprint-library-0.9.5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.xfinity</groupId>
<artifactId>blueprint-library</artifactId>
<version>2.5.0</version>
</dependency>
Advertisement