| Categories |
CategoriesLeaf Data Databases |
|---|---|
| GroupId | GroupIdcom.github.dandelion |
| ArtifactId | ArtifactIddandelion-thymeleaf |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dandelion-thymeleaf-1.0.0.pom | |
| dandelion-thymeleaf-1.0.0.jar | 24 KB |
| dandelion-thymeleaf-1.0.0-sources.jar | 27 KB |
| dandelion-thymeleaf-1.0.0-javadoc.jar | 154 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion-thymeleaf/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-thymeleaf</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-thymeleaf/
implementation 'com.github.dandelion:dandelion-thymeleaf:1.0.0'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-thymeleaf/
implementation ("com.github.dandelion:dandelion-thymeleaf:1.0.0")
'com.github.dandelion:dandelion-thymeleaf:jar:1.0.0'
<dependency org="com.github.dandelion" name="dandelion-thymeleaf" rev="1.0.0">
<artifact name="dandelion-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion-thymeleaf', version='1.0.0')
)
libraryDependencies += "com.github.dandelion" % "dandelion-thymeleaf" % "1.0.0"
[com.github.dandelion/dandelion-thymeleaf "1.0.0"]