| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.moparisthebest.aptIn16 |
| Идентификатор | ИдентификаторaptIn16 |
| Последняя версия | Последняя версия0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| aptIn16-0.2.pom | 3 KB |
| Обзор |
<!-- 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"]