не последняя версия
Последняя версия 0.18

org.immutables:annotation 0.17

Annotations to generate support classes. This artifact declares required dependencies for the generated classes to be compiled.

Категории

Категории

Immutables Библиотеки уровня приложения Code Generators
Группа

Группа

org.immutables
Идентификатор

Идентификатор

annotation
Версия

Версия

0.17
Тип

Тип

jar

Скачать annotation 0.17


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