h

hubspot-immutables

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