| License |
License |
|---|---|
| Categories |
CategoriesLeaf Data Databases MyBatis ORM |
| GroupId | GroupIdorg.mybatis.scripting |
| ArtifactId | ArtifactIdmybatis-thymeleaf |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMyBatis Thymeleaf
Thymeleaf support for MyBatis
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mybatis-thymeleaf-1.0.3.pom | |
| mybatis-thymeleaf-1.0.3.jar | 67 KB |
| mybatis-thymeleaf-1.0.3-sources.jar | 43 KB |
| mybatis-thymeleaf-1.0.3-javadoc.jar | 183 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mybatis.scripting/mybatis-thymeleaf/ -->
<dependency>
<groupId>org.mybatis.scripting</groupId>
<artifactId>mybatis-thymeleaf</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis.scripting/mybatis-thymeleaf/
implementation 'org.mybatis.scripting:mybatis-thymeleaf:1.0.3'
// https://jarcasting.com/artifacts/org.mybatis.scripting/mybatis-thymeleaf/
implementation ("org.mybatis.scripting:mybatis-thymeleaf:1.0.3")
'org.mybatis.scripting:mybatis-thymeleaf:jar:1.0.3'
<dependency org="org.mybatis.scripting" name="mybatis-thymeleaf" rev="1.0.3">
<artifact name="mybatis-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis.scripting', module='mybatis-thymeleaf', version='1.0.3')
)
libraryDependencies += "org.mybatis.scripting" % "mybatis-thymeleaf" % "1.0.3"
[org.mybatis.scripting/mybatis-thymeleaf "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.thymeleaf : thymeleaf | jar | 3.0.14.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis Optional | jar | 3.5.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.hsqldb : hsqldb | jar | 2.5.2 |
| com.h2database : h2 | jar | 2.0.204 |
| ch.qos.logback : logback-classic | jar | 1.2.10 |
| org.springframework : spring-jdbc | jar | 5.3.14 |