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-servlet2 |
| Последняя версия | Последняя версия0.2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDandelion :: Extras :: Servlet 2 compatibility
Dandelion, Extensible web library for funnier web development
|
| Имя Файла | Размер |
|---|---|
| dandelion-servlet2-0.2.1.pom | |
| dandelion-servlet2-0.2.1.jar | 3 KB |
| dandelion-servlet2-0.2.1-sources.jar | 2 KB |
| dandelion-servlet2-0.2.1-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion-servlet2/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-servlet2</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-servlet2/
implementation 'com.github.dandelion:dandelion-servlet2:0.2.1'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-servlet2/
implementation ("com.github.dandelion:dandelion-servlet2:0.2.1")
'com.github.dandelion:dandelion-servlet2:jar:0.2.1'
<dependency org="com.github.dandelion" name="dandelion-servlet2" rev="0.2.1">
<artifact name="dandelion-servlet2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion-servlet2', version='0.2.1')
)
libraryDependencies += "com.github.dandelion" % "dandelion-servlet2" % "0.2.1"
[com.github.dandelion/dandelion-servlet2 "0.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.dandelion : dandelion-core | jar | 0.2.1 |
| org.slf4j : slf4j-api | jar | 1.7.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api Необязательный | jar | 2.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.10 |
| junit : junit | jar | 4.11 |
| org.easytesting : fest-assert | jar | 1.4 |
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.