How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.sundr</groupId>
<artifactId>tests</artifactId>
<version>0.100.3</version>
</dependency>
Choose a version of io.sundr : tests to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.95.x |
tests-0.95.0
|
||
0.94.x |
tests-0.94.0
|
||
0.93.x |
tests-0.93.2
|
||
tests-0.93.1
|
|||
tests-0.93.0
|
|||
0.92.x |
tests-0.92.1
|
||
tests-0.92.0
|
|||
0.91.x |
tests-0.91.1
|
||
tests-0.91.0
|
|||
0.90.x |
tests-0.90.6
|
||
tests-0.90.5
|
|||
tests-0.90.4
|
|||
tests-0.90.3
|
|||
tests-0.90.2
|
|||
tests-0.90.1
|
|||
tests-0.90.0
|
|||
0.80.x |
tests-0.80.1
|
||
tests-0.80.0
|
|||
0.70.x |
tests-0.70.0
|
||
0.60.x |
tests-0.60.0
|
||
0.50.x |
tests-0.50.4
|
||
tests-0.50.3
|
|||
tests-0.50.2
|
|||
tests-0.50.1
|
|||
tests-0.50.0
|
|||
0.40.x |
tests-0.40.1
|
||
tests-0.40.0
|
|||
0.30.x |
tests-0.30.6
|
||
tests-0.30.5
|
|||
tests-0.30.4
|
|||
tests-0.30.3
|
|||
tests-0.30.2
|
|||
tests-0.30.1
|
|||
tests-0.30.0
|
|||
0.25.x |
tests-0.25.1
|
||
tests-0.25.0
|
|||
0.24.x |
tests-0.24.3
|
||
tests-0.24.2
|
|||
tests-0.24.1
|
|||
tests-0.24.0
|
|||
0.23.x |
tests-0.23.1
|
||
tests-0.23.0
|
|||
0.22.x |
tests-0.22.1
|
||
tests-0.22.0
|
|||
0.100.x |
tests-0.100.3
|
||
tests-0.100.2
|
|||
tests-0.100.1
|
|||
tests-0.100.0
|
|||
visitor |
tests-visitor-filtering
|
||
shapes |
tests-shapes-extension
|
||
tests-shapes
|
|||
buildalbe |
tests-buildalbe-fields
|
||
arrays |
tests-arrays
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.sundr</groupId>
<artifactId>tests</artifactId>
<version>0.100.3</version>
</dependency>
Advertisement