GroupId | GroupIdcom.github.hazendaz |
---|---|
ArtifactId | ArtifactIdhtmlcompressor |
Version | Version1.6.2 |
Type | Typejar |
Filename | Size |
---|---|
htmlcompressor-1.6.2.pom | |
htmlcompressor-1.6.2.zip | 4 MB |
htmlcompressor-1.6.2-tests.jar | 22 KB |
htmlcompressor-1.6.2-test-sources.jar | 20 KB |
htmlcompressor-1.6.2-test-javadoc.jar | 33 KB |
htmlcompressor-1.6.2-sources.jar | 63 KB |
htmlcompressor-1.6.2-javadoc.jar | 246 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hazendaz/htmlcompressor/ -->
<dependency>
<groupId>com.github.hazendaz</groupId>
<artifactId>htmlcompressor</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hazendaz/htmlcompressor/
implementation 'com.github.hazendaz:htmlcompressor:1.6.2'
// https://jarcasting.com/artifacts/com.github.hazendaz/htmlcompressor/
implementation ("com.github.hazendaz:htmlcompressor:1.6.2")
'com.github.hazendaz:htmlcompressor:jar:1.6.2'
<dependency org="com.github.hazendaz" name="htmlcompressor" rev="1.6.2">
<artifact name="htmlcompressor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz', module='htmlcompressor', version='1.6.2')
)
libraryDependencies += "com.github.hazendaz" % "htmlcompressor" % "1.6.2"
[com.github.hazendaz/htmlcompressor "1.6.2"]