h

hubspot-immutables

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