is not current version
Last Version 0.8.8

de.matrixweb.smaller:parent 0.8.6

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

Type

pom

Download parent 0.8.6

Filename Size
parent-0.8.6.pom 10 KB
Browse

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