h

hubspot-style

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