How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ascopes.jct</groupId>
<artifactId>java-compiler-testing-parent</artifactId>
<version>1.1.1</version>
</dependency>
Choose a version of io.github.ascopes.jct : java-compiler-testing-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
java-compiler-testing-parent-1.1.1
|
||
java-compiler-testing-parent-1.1.0
|
|||
1.0.x |
java-compiler-testing-parent-1.0.3
|
||
java-compiler-testing-parent-1.0.2
|
|||
java-compiler-testing-parent-1.0.1
|
|||
java-compiler-testing-parent-1.0.0
|
|||
java-compiler-testing-parent-1.0.0-RC2
|
|||
java-compiler-testing-parent-1.0.0-RC1
|
|||
0.7.x |
java-compiler-testing-parent-0.7.3
|
||
java-compiler-testing-parent-0.7.2
|
|||
java-compiler-testing-parent-0.7.1
|
|||
java-compiler-testing-parent-0.7.0
|
|||
0.6.x |
java-compiler-testing-parent-0.6.4
|
||
java-compiler-testing-parent-0.6.3
|
|||
java-compiler-testing-parent-0.6.2
|
|||
java-compiler-testing-parent-0.6.1
|
|||
java-compiler-testing-parent-0.6.0
|
|||
0.5.x |
java-compiler-testing-parent-0.5.0
|
||
0.4.x |
java-compiler-testing-parent-0.4.0
|
||
0.3.x |
java-compiler-testing-parent-0.3.0
|
||
0.2.x |
java-compiler-testing-parent-0.2.1
|
||
java-compiler-testing-parent-0.2.0
|
|||
0.1.x |
java-compiler-testing-parent-0.1.0
|
||
0.0.x |
java-compiler-testing-parent-0.0.1
|
||
java-compiler-testing-parent-0.0.1-M9
|
|||
java-compiler-testing-parent-0.0.1-M8
|
|||
java-compiler-testing-parent-0.0.1-M7
|
|||
java-compiler-testing-parent-0.0.1-M6
|
|||
java-compiler-testing-parent-0.0.1-M5
|
|||
java-compiler-testing-parent-0.0.1-M4
|
|||
java-compiler-testing-parent-0.0.1-M3
|
|||
java-compiler-testing-parent-0.0.1-M2
|
|||
java-compiler-testing-parent-0.0.1-M1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ascopes.jct</groupId>
<artifactId>java-compiler-testing-parent</artifactId>
<version>1.1.1</version>
</dependency>
Advertisement