не последняя версия
Последняя версия 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.

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

org.pantsbuild
Идентификатор

Идентификатор

custom_javactool_for_testing
Версия

Версия

0.0.6
Тип

Тип

jar

Скачать 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"]