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