MVN

io.github.ascopes.jct : java-compiler-testing-parent

Maven & Gradle

Aug 10, 2023
5 stars

Java Compiler Testing parent project · Parent POM for the java-compiler-testing project. You probably want to be using that instead of including this POM into your projects directly.

<dependency>
    <groupId>io.github.ascopes.jct</groupId>
    <artifactId>java-compiler-testing-parent</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ascopes.jct : java-compiler-testing-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1
  • Latest Release Candidate: 1.0.0-RC2

All Versions

Choose a version of io.github.ascopes.jct : java-compiler-testing-parent to add to Maven - All 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

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>