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 |
|---|---|
| Categories |
CategoriesLeaf Data Databases |
| GroupId | GroupIdcom.github.dandelion |
| ArtifactId | ArtifactIddandelion-thymeleaf |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDandelion :: Thymeleaf
Thymeleaf implementation of Dandelion that provides a Thymeleaf dialect.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| dandelion-thymeleaf-1.1.1.pom | |
| dandelion-thymeleaf-1.1.1.jar | 11 KB |
| dandelion-thymeleaf-1.1.1-sources.jar | 12 KB |
| dandelion-thymeleaf-1.1.1-javadoc.jar | 82 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion-thymeleaf/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-thymeleaf</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-thymeleaf/
implementation 'com.github.dandelion:dandelion-thymeleaf:1.1.1'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-thymeleaf/
implementation ("com.github.dandelion:dandelion-thymeleaf:1.1.1")
'com.github.dandelion:dandelion-thymeleaf:jar:1.1.1'
<dependency org="com.github.dandelion" name="dandelion-thymeleaf" rev="1.1.1">
<artifact name="dandelion-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion-thymeleaf', version='1.1.1')
)
libraryDependencies += "com.github.dandelion" % "dandelion-thymeleaf" % "1.1.1"
[com.github.dandelion/dandelion-thymeleaf "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.dandelion : dandelion-core | jar | 1.1.1 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| org.thymeleaf : thymeleaf | jar | 2.1.4.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| 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.