is not current version
Last Version 0.2

com.moparisthebest.aptIn16:aptIn16 0.1

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.

GroupId

GroupId

com.moparisthebest.aptIn16
ArtifactId

ArtifactId

aptIn16
Version

Version

0.1
Type

Type

pom

Download aptIn16 0.1

Filename Size
aptIn16-0.1.pom 3 KB
Browse

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