License |
License |
---|---|
GroupId | GroupIdin.wilsonl.minifyhtml |
ArtifactId | ArtifactIdminify-html |
Version | Version0.7.0 |
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.7.0.pom | |
minify-html-0.7.0.jar | 12 MB |
minify-html-0.7.0-sources.jar | 12 MB |
minify-html-0.7.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/in.wilsonl.minifyhtml/minify-html/ -->
<dependency>
<groupId>in.wilsonl.minifyhtml</groupId>
<artifactId>minify-html</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/in.wilsonl.minifyhtml/minify-html/
implementation 'in.wilsonl.minifyhtml:minify-html:0.7.0'
// https://jarcasting.com/artifacts/in.wilsonl.minifyhtml/minify-html/
implementation ("in.wilsonl.minifyhtml:minify-html:0.7.0")
'in.wilsonl.minifyhtml:minify-html:jar:0.7.0'
<dependency org="in.wilsonl.minifyhtml" name="minify-html" rev="0.7.0">
<artifact name="minify-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.wilsonl.minifyhtml', module='minify-html', version='0.7.0')
)
libraryDependencies += "in.wilsonl.minifyhtml" % "minify-html" % "0.7.0"
[in.wilsonl.minifyhtml/minify-html "0.7.0"]