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