MVN

com.yahoo.platform.yui : yuicompressor

Maven & Gradle

Sep 21, 2014
235 usages
3k stars

yui compressor · The YUI Compressor is a JavaScript compressor which, in addition to removing comments and white-spaces, obfuscates local variables using the smallest possible variable name. This obfuscation is safe, even when using constructs such as 'eval' or 'with' (although the compression is not optimal is those cases) Compared to jsmin, the average savings is around 20%.

<dependency>
    <groupId>com.yahoo.platform.yui</groupId>
    <artifactId>yuicompressor</artifactId>
    <version>2.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yahoo.platform.yui : yuicompressor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.8

All Versions

Choose a version of com.yahoo.platform.yui : yuicompressor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
yuicompressor-2.4.8
yuicompressor-2.4.7
yuicompressor-2.4.6
yuicompressor-2.4.2
2.3.x
yuicompressor-2.3.6
2.2.x
yuicompressor-2.2.5

How to add a dependency to Maven

Add the following com.yahoo.platform.yui : yuicompressor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yahoo.platform.yui</groupId>
    <artifactId>yuicompressor</artifactId>
    <version>2.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yahoo.platform.yui : yuicompressor gradle dependency to your build.gradle file:

implementation 'com.yahoo.platform.yui:yuicompressor:2.4.8'

Gradle Kotlin DSL: Add the following com.yahoo.platform.yui : yuicompressor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yahoo.platform.yui:yuicompressor:2.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yahoo.platform.yui : yuicompressor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yahoo.platform.yui" % "yuicompressor" % "2.4.8"

Advertisement

Dependencies from Group

Sep 21, 2014
235 usages
3k stars

Discover Dependencies

Jul 25, 2012
113 usages
Sep 20, 2005
123 usages
Dec 06, 2005
21 usages
Nov 27, 2012
32 usages
May 28, 2008
53 usages
Sep 25, 2012
3 usages
jms
Nov 08, 2005
6 usages
Aug 21, 2023
76 usages
8.4k stars
Aug 23, 2023
9 usages
47.4k stars