is not current version
Last Version 0.8.8

de.matrixweb.smaller:parent 0.6.0

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.

GroupId

GroupId

de.matrixweb.smaller
ArtifactId

ArtifactId

parent
Version

Version

0.6.0
Type

Type

pom

Download parent 0.6.0

Filename Size
parent-0.6.0.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/de.matrixweb.smaller/parent/ -->
<dependency>
    <groupId>de.matrixweb.smaller</groupId>
    <artifactId>parent</artifactId>
    <version>0.6.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.matrixweb.smaller/parent/
implementation 'de.matrixweb.smaller:parent:0.6.0'
// https://jarcasting.com/artifacts/de.matrixweb.smaller/parent/
implementation ("de.matrixweb.smaller:parent:0.6.0")
'de.matrixweb.smaller:parent:pom:0.6.0'
<dependency org="de.matrixweb.smaller" name="parent" rev="0.6.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.matrixweb.smaller', module='parent', version='0.6.0')
)
libraryDependencies += "de.matrixweb.smaller" % "parent" % "0.6.0"
[de.matrixweb.smaller/parent "0.6.0"]