is not current version
Last Version 4.2.3

org.webjars.npm:clean-css 3.4.8

WebJar for clean-css

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

clean-css
Version

Version

3.4.8
Type

Type

jar

Download clean-css 3.4.8


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