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