is not current version
Last Version 2.9.0

org.immutables:annotate 2.8.6


Categories

Categories

Immutables Application Layer Libs Code Generators
GroupId

GroupId

org.immutables
ArtifactId

ArtifactId

annotate
Version

Version

2.8.6
Type

Type

jar

Download annotate 2.8.6


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