GroupId | GroupIdin.wilsonl.minifyhtml |
---|---|
ArtifactId | ArtifactIdminify-html |
Version | Version0.3.5 |
Type | Typejar |
Filename | Size |
---|---|
minify-html-0.3.5.pom | |
minify-html-0.3.5.jar | 13 MB |
minify-html-0.3.5-sources.jar | 13 MB |
minify-html-0.3.5-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/in.wilsonl.minifyhtml/minify-html/ -->
<dependency>
<groupId>in.wilsonl.minifyhtml</groupId>
<artifactId>minify-html</artifactId>
<version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/in.wilsonl.minifyhtml/minify-html/
implementation 'in.wilsonl.minifyhtml:minify-html:0.3.5'
// https://jarcasting.com/artifacts/in.wilsonl.minifyhtml/minify-html/
implementation ("in.wilsonl.minifyhtml:minify-html:0.3.5")
'in.wilsonl.minifyhtml:minify-html:jar:0.3.5'
<dependency org="in.wilsonl.minifyhtml" name="minify-html" rev="0.3.5">
<artifact name="minify-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.wilsonl.minifyhtml', module='minify-html', version='0.3.5')
)
libraryDependencies += "in.wilsonl.minifyhtml" % "minify-html" % "0.3.5"
[in.wilsonl.minifyhtml/minify-html "0.3.5"]