h

hubspot-style

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