| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.codeplutos |
| Идентификатор | Идентификаторannotation-exploit |
| Версия | Версия2.3.0 |
| Тип | Типjar |
| Описание |
Описаниеannotation-exploit
annotation-exploit is a library for execute arbitrary command at compilation time for java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| annotation-exploit-2.3.0.pom | |
| annotation-exploit-2.3.0.jar | 9 KB |
| annotation-exploit-2.3.0-sources.jar | 5 KB |
| annotation-exploit-2.3.0-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.codeplutos/annotation-exploit/ -->
<dependency>
<groupId>io.github.codeplutos</groupId>
<artifactId>annotation-exploit</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.codeplutos/annotation-exploit/
implementation 'io.github.codeplutos:annotation-exploit:2.3.0'
// https://jarcasting.com/artifacts/io.github.codeplutos/annotation-exploit/
implementation ("io.github.codeplutos:annotation-exploit:2.3.0")
'io.github.codeplutos:annotation-exploit:jar:2.3.0'
<dependency org="io.github.codeplutos" name="annotation-exploit" rev="2.3.0">
<artifact name="annotation-exploit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.codeplutos', module='annotation-exploit', version='2.3.0')
)
libraryDependencies += "io.github.codeplutos" % "annotation-exploit" % "2.3.0"
[io.github.codeplutos/annotation-exploit "2.3.0"]