License |
License |
---|---|
GroupId | GroupIdin.wilsonl.minifyhtml |
ArtifactId | ArtifactIdminify-html |
Last Version | Last Version0.9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionminify-html
Extremely fast and smart HTML + JS + CSS minifier
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
minify-html-0.9.2.pom | |
minify-html-0.9.2.jar | 9 MB |
minify-html-0.9.2-sources.jar | 9 MB |
minify-html-0.9.2-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/in.wilsonl.minifyhtml/minify-html/ -->
<dependency>
<groupId>in.wilsonl.minifyhtml</groupId>
<artifactId>minify-html</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/in.wilsonl.minifyhtml/minify-html/
implementation 'in.wilsonl.minifyhtml:minify-html:0.9.2'
// https://jarcasting.com/artifacts/in.wilsonl.minifyhtml/minify-html/
implementation ("in.wilsonl.minifyhtml:minify-html:0.9.2")
'in.wilsonl.minifyhtml:minify-html:jar:0.9.2'
<dependency org="in.wilsonl.minifyhtml" name="minify-html" rev="0.9.2">
<artifact name="minify-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.wilsonl.minifyhtml', module='minify-html', version='0.9.2')
)
libraryDependencies += "in.wilsonl.minifyhtml" % "minify-html" % "0.9.2"
[in.wilsonl.minifyhtml/minify-html "0.9.2"]