| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.hilling.lang.annotations |
| Идентификатор | Идентификаторliteral-generator |
| Последняя версия | Последняя версия2.0.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеAnnotation Literal Generator
Annotation processor to build annotation literals for own annotations
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| literal-generator-2.0.3.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.hilling.lang.annotations/literal-generator/ -->
<dependency>
<groupId>de.hilling.lang.annotations</groupId>
<artifactId>literal-generator</artifactId>
<version>2.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/literal-generator/
implementation 'de.hilling.lang.annotations:literal-generator:2.0.3'
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/literal-generator/
implementation ("de.hilling.lang.annotations:literal-generator:2.0.3")
'de.hilling.lang.annotations:literal-generator:pom:2.0.3'
<dependency org="de.hilling.lang.annotations" name="literal-generator" rev="2.0.3">
<artifact name="literal-generator" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.hilling.lang.annotations', module='literal-generator', version='2.0.3')
)
libraryDependencies += "de.hilling.lang.annotations" % "literal-generator" % "2.0.3"
[de.hilling.lang.annotations/literal-generator "2.0.3"]