Maven Coordinates
Apache Maven
<dependency> <groupId>com.github.hazendaz</groupId> <artifactId>htmlcompressor</artifactId> <version>1.13.0</version> </dependency>
Apache Ivy
<dependency org="com.github.hazendaz" name="htmlcompressor" rev="1.13.0"> <artifact name="htmlcompressor" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.hazendaz', module='htmlcompressor', version='1.13.0') )
Gradle/Grails
implementation 'com.github.hazendaz:htmlcompressor:1.13.0'
Scala SBT
libraryDependencies += "com.github.hazendaz" % "htmlcompressor" % "1.13.0"
Leiningen
[com.github.hazendaz/htmlcompressor "1.13.0"]


