h

hubspot-immutables

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