License |
License |
---|---|
GroupId | GroupIdcom.moparisthebest.aptIn16 |
ArtifactId | ArtifactIdaptIn16 |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionaptIn16
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aptIn16-0.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moparisthebest.aptIn16/aptIn16/ -->
<dependency>
<groupId>com.moparisthebest.aptIn16</groupId>
<artifactId>aptIn16</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.moparisthebest.aptIn16/aptIn16/
implementation 'com.moparisthebest.aptIn16:aptIn16:0.2'
// https://jarcasting.com/artifacts/com.moparisthebest.aptIn16/aptIn16/
implementation ("com.moparisthebest.aptIn16:aptIn16:0.2")
'com.moparisthebest.aptIn16:aptIn16:pom:0.2'
<dependency org="com.moparisthebest.aptIn16" name="aptIn16" rev="0.2">
<artifact name="aptIn16" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.moparisthebest.aptIn16', module='aptIn16', version='0.2')
)
libraryDependencies += "com.moparisthebest.aptIn16" % "aptIn16" % "0.2"
[com.moparisthebest.aptIn16/aptIn16 "0.2"]