is not current version
Last Version 0.18

org.immutables:annotation 0.13

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

Categories

Categories

Immutables Application Layer Libs Code Generators
GroupId

GroupId

org.immutables
ArtifactId

ArtifactId

annotation
Version

Version

0.13
Type

Type

jar

Download annotation 0.13


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