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

org.immutables:annotate 2.7.2


Категории

Категории

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

Группа

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

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

annotate
Версия

Версия

2.7.2
Тип

Тип

jar

Скачать annotate 2.7.2


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