| License | License | 
|---|---|
| Categories | CategoriesImmutables Application Layer Libs Code Generators | 
| GroupId | GroupIdorg.immutables | 
| ArtifactId | ArtifactIdvalue-annotations | 
| Last Version | Last Version2.9.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionorg.immutables.value-annotations Compile time annotations | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| value-annotations-2.9.0.pom | |
| value-annotations-2.9.0.jar | 12 KB | 
| value-annotations-2.9.0-tests.jar | 2 KB | 
| value-annotations-2.9.0-sources.jar | 21 KB | 
| value-annotations-2.9.0-javadoc.jar | 62 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.immutables/value-annotations/ -->
<dependency>
    <groupId>org.immutables</groupId>
    <artifactId>value-annotations</artifactId>
    <version>2.9.0</version>
</dependency>// https://jarcasting.com/artifacts/org.immutables/value-annotations/
implementation 'org.immutables:value-annotations:2.9.0'// https://jarcasting.com/artifacts/org.immutables/value-annotations/
implementation ("org.immutables:value-annotations:2.9.0")'org.immutables:value-annotations:jar:2.9.0'<dependency org="org.immutables" name="value-annotations" rev="2.9.0">
  <artifact name="value-annotations" type="jar" />
</dependency>@Grapes(
@Grab(group='org.immutables', module='value-annotations', version='2.9.0')
)libraryDependencies += "org.immutables" % "value-annotations" % "2.9.0"[org.immutables/value-annotations "2.9.0"]