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

org.immutables:generate-tool 0.14

Single-jar packaging of generate tool to be used in builds and IDE

Категории

Категории

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

Группа

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

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

generate-tool
Версия

Версия

0.14
Тип

Тип

jar

Скачать generate-tool 0.14


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