is not current version
Last Version 1.4.0

org.actframework:act-thymeleaf 1.2.0-RC1

Implement ActFramework View with Thymeleaf template engine

Categories

Categories

Leaf Data Databases
GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-thymeleaf
Version

Version

1.2.0-RC1
Type

Type

jar

Download act-thymeleaf 1.2.0-RC1


<!-- https://jarcasting.com/artifacts/org.actframework/act-thymeleaf/ -->
<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act-thymeleaf</artifactId>
    <version>1.2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-thymeleaf/
implementation 'org.actframework:act-thymeleaf:1.2.0-RC1'
// https://jarcasting.com/artifacts/org.actframework/act-thymeleaf/
implementation ("org.actframework:act-thymeleaf:1.2.0-RC1")
'org.actframework:act-thymeleaf:jar:1.2.0-RC1'
<dependency org="org.actframework" name="act-thymeleaf" rev="1.2.0-RC1">
  <artifact name="act-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-thymeleaf', version='1.2.0-RC1')
)
libraryDependencies += "org.actframework" % "act-thymeleaf" % "1.2.0-RC1"
[org.actframework/act-thymeleaf "1.2.0-RC1"]