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