License |
License |
---|---|
Categories |
CategoriesImmutables Application Layer Libs Code Generators |
GroupId | GroupIdorg.immutables |
ArtifactId | ArtifactIdannotate |
Last Version | Last Version2.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.immutables.annotate
Java annotation processing toolkit. Focus is on immutability, type safety, fluent interfaces, high-performance.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
annotate-2.9.0.pom | |
annotate-2.9.0.jar | 2 KB |
annotate-2.9.0-tests.jar | 38 KB |
annotate-2.9.0-sources.jar | 5 KB |
annotate-2.9.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.immutables/annotate/ -->
<dependency>
<groupId>org.immutables</groupId>
<artifactId>annotate</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.immutables/annotate/
implementation 'org.immutables:annotate:2.9.0'
// https://jarcasting.com/artifacts/org.immutables/annotate/
implementation ("org.immutables:annotate:2.9.0")
'org.immutables:annotate:jar:2.9.0'
<dependency org="org.immutables" name="annotate" rev="2.9.0">
<artifact name="annotate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.immutables', module='annotate', version='2.9.0')
)
libraryDependencies += "org.immutables" % "annotate" % "2.9.0"
[org.immutables/annotate "2.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.immutables : value-annotations Optional | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
org.immutables : testing | jar | 2.9.0 |
org.immutables : value Optional | jar | 2.9.0 |