Dandelion-Core
Dandelion is the core of all modules that helps you to manage your assets in your application.
See the documentation here : http://dandelion.github.io/components/core
= The Dandelion team.
License |
License |
---|---|
GroupId | GroupIdcom.github.dandelion |
ArtifactId | ArtifactIddandelion-yuicompressor |
Last Version | Last Version0.10.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDandelion :: Extras :: Processor :: YUI Compressor
Extra providing new asset processors based on Yahoo's YUI Compressor.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion-yuicompressor/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-yuicompressor</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-yuicompressor/
implementation 'com.github.dandelion:dandelion-yuicompressor:0.10.1'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-yuicompressor/
implementation ("com.github.dandelion:dandelion-yuicompressor:0.10.1")
'com.github.dandelion:dandelion-yuicompressor:jar:0.10.1'
<dependency org="com.github.dandelion" name="dandelion-yuicompressor" rev="0.10.1">
<artifact name="dandelion-yuicompressor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion-yuicompressor', version='0.10.1')
)
libraryDependencies += "com.github.dandelion" % "dandelion-yuicompressor" % "0.10.1"
[com.github.dandelion/dandelion-yuicompressor "0.10.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dandelion : dandelion-core | jar | 0.10.1 |
com.yahoo.platform.yui : yuicompressor | jar | 2.4.7 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.assertj : assertj-core | jar | 1.6.0 |
Dandelion is the core of all modules that helps you to manage your assets in your application.
See the documentation here : http://dandelion.github.io/components/core
= The Dandelion team.