How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.puresoltechnologies.javafx</groupId>
<artifactId>test</artifactId>
<version>0.13.0</version>
</dependency>
Choose a version of com.puresoltechnologies.javafx : test to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.13.x |
test-0.13.0
|
||
0.12.x |
test-0.12.0
|
||
0.11.x |
test-0.11.0
|
||
0.10.x |
test-0.10.0
|
||
0.9.x |
test-0.9.0
|
||
0.8.x |
test-0.8.0
|
||
0.7.x |
test-0.7.0
|
||
0.6.x |
test-0.6.0
|
||
0.5.x |
test-0.5.1
|
||
test-0.5.0
|
|||
0.4.x |
test-0.4.1
|
||
test-0.4.0
|
|||
0.3.x |
test-0.3.0
|
||
0.2.x |
test-0.2.0
|
||
0.1.x |
test-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.puresoltechnologies.javafx</groupId>
<artifactId>test</artifactId>
<version>0.13.0</version>
</dependency>
Advertisement