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