is not current version
Last Version 2.2.7

org.webjars:clean-css 2.2.6

WebJar for CleanCSS

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

clean-css
Version

Version

2.2.6
Type

Type

jar

Download clean-css 2.2.6


<!-- https://jarcasting.com/artifacts/org.webjars/clean-css/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>clean-css</artifactId>
    <version>2.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/clean-css/
implementation 'org.webjars:clean-css:2.2.6'
// https://jarcasting.com/artifacts/org.webjars/clean-css/
implementation ("org.webjars:clean-css:2.2.6")
'org.webjars:clean-css:jar:2.2.6'
<dependency org="org.webjars" name="clean-css" rev="2.2.6">
  <artifact name="clean-css" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='clean-css', version='2.2.6')
)
libraryDependencies += "org.webjars" % "clean-css" % "2.2.6"
[org.webjars/clean-css "2.2.6"]