Last Version

MAVEN PROCESSOR COMPILER (JDK8) 5.0-jdk8-rc3

A maven plugin to process annotation for jdk6 at compile time This plugin helps to use from maven the new annotation processing provided by JDK6 integrated in java compiler This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.bsc.maven
ArtifactId

ArtifactId

maven-processor-compiler
Version

Version

5.0-jdk8-rc3
Type

Type

jar
Description

Description

MAVEN PROCESSOR COMPILER (JDK8)
A maven plugin to process annotation for jdk6 at compile time This plugin helps to use from maven the new annotation processing provided by JDK6 integrated in java compiler This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/

Download maven-processor-compiler 5.0-jdk8-rc3


<!-- https://jarcasting.com/artifacts/org.bsc.maven/maven-processor-compiler/ -->
<dependency>
    <groupId>org.bsc.maven</groupId>
    <artifactId>maven-processor-compiler</artifactId>
    <version>5.0-jdk8-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bsc.maven/maven-processor-compiler/
implementation 'org.bsc.maven:maven-processor-compiler:5.0-jdk8-rc3'
// https://jarcasting.com/artifacts/org.bsc.maven/maven-processor-compiler/
implementation ("org.bsc.maven:maven-processor-compiler:5.0-jdk8-rc3")
'org.bsc.maven:maven-processor-compiler:jar:5.0-jdk8-rc3'
<dependency org="org.bsc.maven" name="maven-processor-compiler" rev="5.0-jdk8-rc3">
  <artifact name="maven-processor-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bsc.maven', module='maven-processor-compiler', version='5.0-jdk8-rc3')
)
libraryDependencies += "org.bsc.maven" % "maven-processor-compiler" % "5.0-jdk8-rc3"
[org.bsc.maven/maven-processor-compiler "5.0-jdk8-rc3"]

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.5.4
org.codehaus.plexus : plexus-compiler-api jar 2.8.3
org.codehaus.plexus : plexus-compiler-manager jar 2.8.3
org.codehaus.plexus : plexus-compiler-javac jar 2.8.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.