Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.github.hazendaz</groupId>
  <artifactId>htmlcompressor</artifactId>
  <version>1.9.4</version>
</dependency>

Apache Ivy

<dependency org="com.github.hazendaz" name="htmlcompressor" rev="1.9.4">
  <artifact name="htmlcompressor" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hazendaz', module='htmlcompressor', version='1.9.4')
)

Gradle/Grails

implementation 'com.github.hazendaz:htmlcompressor:1.9.4'

Scala SBT

libraryDependencies += "com.github.hazendaz" % "htmlcompressor" % "1.9.4"

Leiningen

[com.github.hazendaz/htmlcompressor "1.9.4"]