h

hubspot-style

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