apt-mirror-api

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.

License

License

Categories

Categories

Mirror Application Layer Libs Introspection
GroupId

GroupId

com.moparisthebest.aptIn16
ArtifactId

ArtifactId

apt-mirror-api
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

apt-mirror-api
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 Organization

Project Organization

moparisthebest.com

Download apt-mirror-api

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.2
0.1