Files download
File Operation
uglifyjs-0.8.0.jar download
uglifyjs-0.8.0.pom download
uglifyjs-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.matrixweb.smaller</groupId>
  <artifactId>uglifyjs</artifactId>
  <version>0.8.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'de.matrixweb.smaller:uglifyjs:0.8.0'
Gradle Kotlin
implementation("de.matrixweb.smaller:uglifyjs:0.8.0")
Scala SBT
libraryDependencies += "de.matrixweb.smaller" % "uglifyjs" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='de.matrixweb.smaller', module='uglifyjs', version='0.8.0')
)
Apache Ivy
<dependency org="de.matrixweb.smaller" name="uglifyjs" rev="0.8.0" />
Leiningen
[de.matrixweb.smaller/uglifyjs "0.8.0"]
Apache Buildr
'de.matrixweb.smaller:uglifyjs:jar:0.8.0'