Last Version

yui compressor 2.4.8

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%.

License

License

BSD License
Categories

Categories

ORM Data
GroupId

GroupId

com.yahoo.platform.yui
ArtifactId

ArtifactId

yuicompressor
Version

Version

2.4.8
Type

Type

jar
Description

Description

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%.
Source Code Management

Source Code Management

http://github.com/yui/yuicompressor

Download yuicompressor 2.4.8


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

Dependencies

compile (1)

Group / Artifact Type Version
rhino : js jar 1.7R2

Project Modules

There are no modules declared in this project.