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 |
| Последняя версия | Последняя версия1.1.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеDandelion
Dandelion, an extensible web framework making web development simpler.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dandelion-1.1.1.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion/
implementation 'com.github.dandelion:dandelion:1.1.1'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion/
implementation ("com.github.dandelion:dandelion:1.1.1")
'com.github.dandelion:dandelion:pom:1.1.1'
<dependency org="com.github.dandelion" name="dandelion" rev="1.1.1">
<artifact name="dandelion" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion', version='1.1.1')
)
libraryDependencies += "com.github.dandelion" % "dandelion" % "1.1.1"
[com.github.dandelion/dandelion "1.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 1.7.0 |
| 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.