h

hubspot-style

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