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-webjars |
| Последняя версия | Последняя версия1.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDandelion :: Extras :: Locator :: Webjars
Extra providing a new asset locator for WebJars.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| dandelion-webjars-1.1.1.pom | |
| dandelion-webjars-1.1.1.jar | 4 KB |
| dandelion-webjars-1.1.1-sources.jar | 2 KB |
| dandelion-webjars-1.1.1-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion-webjars/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-webjars</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-webjars/
implementation 'com.github.dandelion:dandelion-webjars:1.1.1'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-webjars/
implementation ("com.github.dandelion:dandelion-webjars:1.1.1")
'com.github.dandelion:dandelion-webjars:jar:1.1.1'
<dependency org="com.github.dandelion" name="dandelion-webjars" rev="1.1.1">
<artifact name="dandelion-webjars" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion-webjars', version='1.1.1')
)
libraryDependencies += "com.github.dandelion" % "dandelion-webjars" % "1.1.1"
[com.github.dandelion/dandelion-webjars "1.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.dandelion : dandelion-core | jar | 1.1.1 |
| org.webjars : webjars-locator | jar | 0.23 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-test | jar | 3.2.14.RELEASE |
| org.assertj : assertj-core | jar | 1.7.0 |
| org.webjars : jquery | jar | 1.11.0 |
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.10.8 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
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.