i

immutables

Java annotation processing toolkit. Focus is on immutability, type safety, fluent interfaces, high-performance.
http://immutables.org
The Apache Software License, Version 2.0
The Immutables.org authors
Ievgen Lukash Andrei Sereda
文件下载
文件名 操作
immutables-2.8.0-dt-experimental-2.pom 下载
Apache Maven
<dependency>
  <groupId>org.immutables</groupId>
  <artifactId>immutables</artifactId>
  <version>2.8.0-dt-experimental-2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.immutables:immutables:2.8.0-dt-experimental-2'
Gradle Kotlin
implementation("org.immutables:immutables:2.8.0-dt-experimental-2")
Scala SBT
libraryDependencies += "org.immutables" % "immutables" % "2.8.0-dt-experimental-2"
Groovy Grape
@Grapes(
  @Grab(group='org.immutables', module='immutables', version='2.8.0-dt-experimental-2')
)
Apache Ivy
<dependency org="org.immutables" name="immutables" rev="2.8.0-dt-experimental-2" />
Leiningen
[org.immutables/immutables "2.8.0-dt-experimental-2"]
Apache Buildr
'org.immutables:immutables:jar:2.8.0-dt-experimental-2'
本项目依赖
该项目无第三方依赖