p

parent

Smaller is a minification library. It could be embedded as servlet, OSGi bundle or be used from ant or maven. Currently it supports CoffeeScript, Google Closure-Compiler, UglifyJs, LessJs, CssEmbedd and YUICompressor.
https://github.com/KnisterPeter/Smaller
BSD
Markus Wolf
Files download
File Operation
parent-0.8.1.pom download
Apache Maven
<dependency>
  <groupId>de.matrixweb.smaller</groupId>
  <artifactId>parent</artifactId>
  <version>0.8.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.matrixweb.smaller:parent:0.8.1'
Gradle Kotlin
implementation("de.matrixweb.smaller:parent:0.8.1")
Scala SBT
libraryDependencies += "de.matrixweb.smaller" % "parent" % "0.8.1"
Groovy Grape
@Grapes(
  @Grab(group='de.matrixweb.smaller', module='parent', version='0.8.1')
)
Apache Ivy
<dependency org="de.matrixweb.smaller" name="parent" rev="0.8.1" />
Leiningen
[de.matrixweb.smaller/parent "0.8.1"]
Apache Buildr
'de.matrixweb.smaller:parent:jar:0.8.1'