GroupId | GroupIdcom.github.hazendaz |
---|---|
ArtifactId | ArtifactIdhtmlcompressor |
Version | Version1.6.1 |
Type | Typejar |
Filename | Size |
---|---|
htmlcompressor-1.6.1.pom | |
htmlcompressor-1.6.1.jar | 72 KB |
htmlcompressor-1.6.1-tests.jar | 22 KB |
htmlcompressor-1.6.1-test-sources.jar | 20 KB |
htmlcompressor-1.6.1-test-javadoc.jar | 33 KB |
htmlcompressor-1.6.1-sources.jar | 63 KB |
htmlcompressor-1.6.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hazendaz/htmlcompressor/
implementation 'com.github.hazendaz:htmlcompressor:1.6.1'
// https://jarcasting.com/artifacts/com.github.hazendaz/htmlcompressor/
implementation ("com.github.hazendaz:htmlcompressor:1.6.1")
'com.github.hazendaz:htmlcompressor:jar:1.6.1'
<dependency org="com.github.hazendaz" name="htmlcompressor" rev="1.6.1">
<artifact name="htmlcompressor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz', module='htmlcompressor', version='1.6.1')
)
libraryDependencies += "com.github.hazendaz" % "htmlcompressor" % "1.6.1"
[com.github.hazendaz/htmlcompressor "1.6.1"]