| License | License | 
|---|---|
| Categories | CategoriesLeaf Data Databases | 
| GroupId | GroupIdorg.actframework | 
| ArtifactId | ArtifactIdact-thymeleaf | 
| Last Version | Last Version1.4.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionACT Thymeleaf Implement ActFramework View with Thymeleaf template engine | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| act-thymeleaf-1.4.0.pom | |
| act-thymeleaf-1.4.0.jar | 8 KB | 
| act-thymeleaf-1.4.0-sources.jar | 6 KB | 
| act-thymeleaf-1.4.0-javadoc.jar | 89 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.actframework/act-thymeleaf/ -->
<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act-thymeleaf</artifactId>
    <version>1.4.0</version>
</dependency>// https://jarcasting.com/artifacts/org.actframework/act-thymeleaf/
implementation 'org.actframework:act-thymeleaf:1.4.0'// https://jarcasting.com/artifacts/org.actframework/act-thymeleaf/
implementation ("org.actframework:act-thymeleaf:1.4.0")'org.actframework:act-thymeleaf:jar:1.4.0'<dependency org="org.actframework" name="act-thymeleaf" rev="1.4.0">
  <artifact name="act-thymeleaf" type="jar" />
</dependency>@Grapes(
@Grab(group='org.actframework', module='act-thymeleaf', version='1.4.0')
)libraryDependencies += "org.actframework" % "act-thymeleaf" % "1.4.0"[org.actframework/act-thymeleaf "1.4.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.thymeleaf : thymeleaf | jar | 3.0.11.RELEASE | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 | 
| org.actframework : act | jar | 1.8.29 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 2.9.0 | 
| org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |