org.pantsbuild.tools.compiler:java-compiler

A thin wrapper around the system java compiler that adds support for: + dependency tracking + warning suppression based on regex matches of paths and messages + colorized console output

License

License

Categories

Categories

Java Languages Ant Build Tools
GroupId

GroupId

org.pantsbuild.tools.compiler
ArtifactId

ArtifactId

java-compiler
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

org.pantsbuild.tools.compiler:java-compiler
A thin wrapper around the system java compiler that adds support for: + dependency tracking + warning suppression based on regex matches of paths and messages + colorized console output
Project URL

Project URL

http://pantsbuild.github.io/
Source Code Management

Source Code Management

https://github.com/pantsbuild/pants

Download java-compiler

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.fusesource.jansi : jansi jar 1.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1