| Categories |
CategoriesLeaf Data Databases |
|---|---|
| GroupId | GroupIdorg.actframework |
| ArtifactId | ArtifactIdact-thymeleaf |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| act-thymeleaf-1.2.0.pom | |
| act-thymeleaf-1.2.0.jar | 8 KB |
| act-thymeleaf-1.2.0-sources.jar | 6 KB |
| act-thymeleaf-1.2.0-javadoc.jar | 77 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-thymeleaf/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-thymeleaf</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-thymeleaf/
implementation 'org.actframework:act-thymeleaf:1.2.0'
// https://jarcasting.com/artifacts/org.actframework/act-thymeleaf/
implementation ("org.actframework:act-thymeleaf:1.2.0")
'org.actframework:act-thymeleaf:jar:1.2.0'
<dependency org="org.actframework" name="act-thymeleaf" rev="1.2.0">
<artifact name="act-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-thymeleaf', version='1.2.0')
)
libraryDependencies += "org.actframework" % "act-thymeleaf" % "1.2.0"
[org.actframework/act-thymeleaf "1.2.0"]