| License |
License |
|---|---|
| Categories |
CategoriesLeaf Data Databases |
| GroupId | GroupIdcom.github.mwmahlberg.sparkjava |
| ArtifactId | ArtifactIdspark-template-thymeleaf |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
Descriptionspark-template-thymeleaf
Thymeleaf Template View Route implementation for Spark
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.mwmahlberg.sparkjava/spark-template-thymeleaf/ -->
<dependency>
<groupId>com.github.mwmahlberg.sparkjava</groupId>
<artifactId>spark-template-thymeleaf</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mwmahlberg.sparkjava/spark-template-thymeleaf/
implementation 'com.github.mwmahlberg.sparkjava:spark-template-thymeleaf:0.0.1'
// https://jarcasting.com/artifacts/com.github.mwmahlberg.sparkjava/spark-template-thymeleaf/
implementation ("com.github.mwmahlberg.sparkjava:spark-template-thymeleaf:0.0.1")
'com.github.mwmahlberg.sparkjava:spark-template-thymeleaf:jar:0.0.1'
<dependency org="com.github.mwmahlberg.sparkjava" name="spark-template-thymeleaf" rev="0.0.1">
<artifact name="spark-template-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mwmahlberg.sparkjava', module='spark-template-thymeleaf', version='0.0.1')
)
libraryDependencies += "com.github.mwmahlberg.sparkjava" % "spark-template-thymeleaf" % "0.0.1"
[com.github.mwmahlberg.sparkjava/spark-template-thymeleaf "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sparkjava : spark-core | jar | 2.0.0 |
| org.thymeleaf : thymeleaf | jar | 2.1.3.RELEASE |
| nz.net.ultraq.thymeleaf : thymeleaf-layout-dialect | jar | 1.2.5 |