License |
License |
---|---|
Categories |
CategoriesImmutables Application Layer Libs Code Generators |
GroupId | GroupIdorg.immutables |
ArtifactId | ArtifactIdimmutables |
Last Version | Last Version2.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.immutables.immutables
Java annotation processing toolkit. Focus is on immutability, type safety, fluent interfaces, high-performance.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
immutables-2.9.0.pom | 12 KB |
immutables-2.9.0-tests.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.immutables/immutables/ -->
<dependency>
<groupId>org.immutables</groupId>
<artifactId>immutables</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.immutables/immutables/
implementation 'org.immutables:immutables:2.9.0'
// https://jarcasting.com/artifacts/org.immutables/immutables/
implementation ("org.immutables:immutables:2.9.0")
'org.immutables:immutables:jar:2.9.0'
<dependency org="org.immutables" name="immutables" rev="2.9.0">
<artifact name="immutables" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.immutables', module='immutables', version='2.9.0')
)
libraryDependencies += "org.immutables" % "immutables" % "2.9.0"
[org.immutables/immutables "2.9.0"]