License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.moparisthebest.aptIn16 |
ArtifactId | ArtifactIdnetui-compiler |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnetui-compiler
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 |
Filename | Size |
---|---|
netui-compiler-0.2.pom | |
netui-compiler-0.2.jar | 6 KB |
netui-compiler-0.2-sources.jar | 6 KB |
netui-compiler-0.2-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moparisthebest.aptIn16/netui-compiler/ -->
<dependency>
<groupId>com.moparisthebest.aptIn16</groupId>
<artifactId>netui-compiler</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.moparisthebest.aptIn16/netui-compiler/
implementation 'com.moparisthebest.aptIn16:netui-compiler:0.2'
// https://jarcasting.com/artifacts/com.moparisthebest.aptIn16/netui-compiler/
implementation ("com.moparisthebest.aptIn16:netui-compiler:0.2")
'com.moparisthebest.aptIn16:netui-compiler:jar:0.2'
<dependency org="com.moparisthebest.aptIn16" name="netui-compiler" rev="0.2">
<artifact name="netui-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moparisthebest.aptIn16', module='netui-compiler', version='0.2')
)
libraryDependencies += "com.moparisthebest.aptIn16" % "netui-compiler" % "0.2"
[com.moparisthebest.aptIn16/netui-compiler "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.moparisthebest.aptIn16 : core | jar | 0.2 |