c

custom_javactool_for_testing

A custom version of com.sun.tools.javac.api.JavacTool, useful for testing that we can control the javac version that Zinc uses.
http://pantsbuild.github.io/
Apache License, Version 2.0
The pants developers
Files download
File Operation
custom_javactool_for_testing-0.0.7.jar download
custom_javactool_for_testing-0.0.7.pom download
custom_javactool_for_testing-0.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.pantsbuild</groupId>
  <artifactId>custom_javactool_for_testing</artifactId>
  <version>0.0.7</version>
</dependency>
Gradle Groovy
implementation 'org.pantsbuild:custom_javactool_for_testing:0.0.7'
Gradle Kotlin
implementation("org.pantsbuild:custom_javactool_for_testing:0.0.7")
Scala SBT
libraryDependencies += "org.pantsbuild" % "custom_javactool_for_testing" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.pantsbuild', module='custom_javactool_for_testing', version='0.0.7')
)
Apache Ivy
<dependency org="org.pantsbuild" name="custom_javactool_for_testing" rev="0.0.7" />
Leiningen
[org.pantsbuild/custom_javactool_for_testing "0.0.7"]
Apache Buildr
'org.pantsbuild:custom_javactool_for_testing:jar:0.0.7'
Dependencies
The project has no third-party dependencies