y

yuicompressor-maven-plugin

To compress (Minify + Ofuscate) Javascript files and CSS files (using YUI Compressor from Julien Lecomte) and/or to check Javascript files with jslint.
https://github.com/hazendaz/yuicompressor-maven-plugin
GNU Lesser General Public License
David Bernard
Files download
File Operation
yuicompressor-maven-plugin-2.0.0.jar download
yuicompressor-maven-plugin-2.0.0.pom download
yuicompressor-maven-plugin-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.maven</groupId>
  <artifactId>yuicompressor-maven-plugin</artifactId>
  <version>2.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.maven:yuicompressor-maven-plugin:2.0.0'
Gradle Kotlin
implementation("com.github.hazendaz.maven:yuicompressor-maven-plugin:2.0.0")
Scala SBT
libraryDependencies += "com.github.hazendaz.maven" % "yuicompressor-maven-plugin" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.maven', module='yuicompressor-maven-plugin', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.hazendaz.maven" name="yuicompressor-maven-plugin" rev="2.0.0" />
Leiningen
[com.github.hazendaz.maven/yuicompressor-maven-plugin "2.0.0"]
Apache Buildr
'com.github.hazendaz.maven:yuicompressor-maven-plugin:jar:2.0.0'