Files download
File Operation
bom-2.10.0-rc0.pom download
Apache Maven
<dependency>
  <groupId>org.immutables</groupId>
  <artifactId>bom</artifactId>
  <version>2.10.0-rc0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.immutables:bom:2.10.0-rc0'
Gradle Kotlin
implementation("org.immutables:bom:2.10.0-rc0")
Scala SBT
libraryDependencies += "org.immutables" % "bom" % "2.10.0-rc0"
Groovy Grape
@Grapes(
  @Grab(group='org.immutables', module='bom', version='2.10.0-rc0')
)
Apache Ivy
<dependency org="org.immutables" name="bom" rev="2.10.0-rc0" />
Leiningen
[org.immutables/bom "2.10.0-rc0"]
Apache Buildr
'org.immutables:bom:jar:2.10.0-rc0'