is not current version
Last Version 0.0.7

org.pantsbuild:custom_javactool_for_testing 0.0.6

A custom version of com.sun.tools.javac.api.JavacTool, useful for testing that we can control the javac version that Zinc uses.

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.pantsbuild
ArtifactId

ArtifactId

custom_javactool_for_testing
Version

Version

0.0.6
Type

Type

jar

Download custom_javactool_for_testing 0.0.6


<!-- https://jarcasting.com/artifacts/org.pantsbuild/custom_javactool_for_testing/ -->
<dependency>
    <groupId>org.pantsbuild</groupId>
    <artifactId>custom_javactool_for_testing</artifactId>
    <version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.pantsbuild/custom_javactool_for_testing/
implementation 'org.pantsbuild:custom_javactool_for_testing:0.0.6'
// https://jarcasting.com/artifacts/org.pantsbuild/custom_javactool_for_testing/
implementation ("org.pantsbuild:custom_javactool_for_testing:0.0.6")
'org.pantsbuild:custom_javactool_for_testing:jar:0.0.6'
<dependency org="org.pantsbuild" name="custom_javactool_for_testing" rev="0.0.6">
  <artifact name="custom_javactool_for_testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pantsbuild', module='custom_javactool_for_testing', version='0.0.6')
)
libraryDependencies += "org.pantsbuild" % "custom_javactool_for_testing" % "0.0.6"
[org.pantsbuild/custom_javactool_for_testing "0.0.6"]