MVN

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

Maven & Gradle

Aug 10, 2023
5 stars

Java Compiler Testing · Library to help developers write declarative integration tests that call the Java Compiler toolchain.

<dependency>
    <groupId>io.github.ascopes.jct</groupId>
    <artifactId>java-compiler-testing</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 to add to Maven or Gradle - 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 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
java-compiler-testing-1.1.1
java-compiler-testing-1.1.0
1.0.x
java-compiler-testing-1.0.3
java-compiler-testing-1.0.2
java-compiler-testing-1.0.1
java-compiler-testing-1.0.0
java-compiler-testing-1.0.0-RC2
java-compiler-testing-1.0.0-RC1
0.7.x
java-compiler-testing-0.7.3
java-compiler-testing-0.7.2
java-compiler-testing-0.7.1
java-compiler-testing-0.7.0
0.6.x
java-compiler-testing-0.6.4
java-compiler-testing-0.6.3
java-compiler-testing-0.6.2
java-compiler-testing-0.6.1
java-compiler-testing-0.6.0
0.5.x
java-compiler-testing-0.5.0
0.4.x
java-compiler-testing-0.4.0
0.3.x
java-compiler-testing-0.3.0
0.2.x
java-compiler-testing-0.2.1
java-compiler-testing-0.2.0
0.1.x
java-compiler-testing-0.1.0
0.0.x
java-compiler-testing-0.0.1
java-compiler-testing-0.0.1-M9
java-compiler-testing-0.0.1-M8
java-compiler-testing-0.0.1-M7
java-compiler-testing-0.0.1-M6
java-compiler-testing-0.0.1-M5
java-compiler-testing-0.0.1-M4
java-compiler-testing-0.0.1-M3
java-compiler-testing-0.0.1-M2
java-compiler-testing-0.0.1-M1

How to add a dependency to Maven

Add the following io.github.ascopes.jct : java-compiler-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ascopes.jct</groupId>
    <artifactId>java-compiler-testing</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ascopes.jct : java-compiler-testing gradle dependency to your build.gradle file:

implementation 'io.github.ascopes.jct:java-compiler-testing:1.1.1'

Gradle Kotlin DSL: Add the following io.github.ascopes.jct : java-compiler-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ascopes.jct:java-compiler-testing:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ascopes.jct : java-compiler-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ascopes.jct" % "java-compiler-testing" % "1.1.1"