License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdinfo.zhongpu |
ArtifactId | ArtifactIdtleaf |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimple-tleaf
A Simple Util For Thymeleaf
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tleaf-0.1.3.pom | |
tleaf-0.1.3.jar | 4 KB |
tleaf-0.1.3-sources.jar | 1 KB |
tleaf-0.1.3-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.zhongpu/tleaf/ -->
<dependency>
<groupId>info.zhongpu</groupId>
<artifactId>tleaf</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/info.zhongpu/tleaf/
implementation 'info.zhongpu:tleaf:0.1.3'
// https://jarcasting.com/artifacts/info.zhongpu/tleaf/
implementation ("info.zhongpu:tleaf:0.1.3")
'info.zhongpu:tleaf:jar:0.1.3'
<dependency org="info.zhongpu" name="tleaf" rev="0.1.3">
<artifact name="tleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.zhongpu', module='tleaf', version='0.1.3')
)
libraryDependencies += "info.zhongpu" % "tleaf" % "0.1.3"
[info.zhongpu/tleaf "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.thymeleaf : thymeleaf | jar | 3.0.12.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |