is not current version
Last Version 0.8.8

de.matrixweb.smaller:parent 0.5.3

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.5.3
Type

Type

pom

Download parent 0.5.3

Filename Size
parent-0.5.3.pom 7 KB
Browse

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