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.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.dandelion |
| Идентификатор | Идентификаторdandelion-yuicompressor |
| Последняя версия | Последняя версия0.10.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDandelion :: Extras :: Processor :: YUI Compressor
Extra providing new asset processors based on Yahoo's YUI Compressor.
|
| Организация-разработчик |
Организация-разработчик |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.