MVN

com.moparisthebest.aptIn16 : aptIn16

Maven & Gradle

Apr 21, 2014
1 stars

aptIn16 · aptIn16 is an implementation of the com.sun.mirror.* classes allowing classes implementing them to run as Java 1.6 javac in-process annotation processors. This is orders of magnitude faster than apt. It can be used by anyone who currently relies on apt but would like to switch to the newer/faster javac.

<dependency>
    <groupId>com.moparisthebest.aptIn16</groupId>
    <artifactId>aptIn16</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.moparisthebest.aptIn16 : aptIn16 to add to Maven - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of com.moparisthebest.aptIn16 : aptIn16 to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2
aptIn16-0.2
0.1
aptIn16-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.moparisthebest.aptIn16</groupId>
    <artifactId>aptIn16</artifactId>
    <version>0.2</version>
</dependency>