GroupId | GroupIdin.wilsonl.minifyhtml |
---|---|
ArtifactId | ArtifactIdminify-html |
Version | Version0.6.2 |
Type | Typejar |
Filename | Size |
---|---|
minify-html-0.6.2.pom | |
minify-html-0.6.2.jar | 12 MB |
minify-html-0.6.2-sources.jar | 12 MB |
minify-html-0.6.2-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.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/in.wilsonl.minifyhtml/minify-html/
implementation 'in.wilsonl.minifyhtml:minify-html:0.6.2'
// https://jarcasting.com/artifacts/in.wilsonl.minifyhtml/minify-html/
implementation ("in.wilsonl.minifyhtml:minify-html:0.6.2")
'in.wilsonl.minifyhtml:minify-html:jar:0.6.2'
<dependency org="in.wilsonl.minifyhtml" name="minify-html" rev="0.6.2">
<artifact name="minify-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.wilsonl.minifyhtml', module='minify-html', version='0.6.2')
)
libraryDependencies += "in.wilsonl.minifyhtml" % "minify-html" % "0.6.2"
[in.wilsonl.minifyhtml/minify-html "0.6.2"]