Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdorg.lastaflute.html |
ArtifactId | ArtifactIdlasta-thymeleaf |
Version | Version0.2.4 |
Type | Typejar |
Filename | Size |
---|---|
lasta-thymeleaf-0.2.4.pom | |
lasta-thymeleaf-0.2.4.jar | 50 KB |
lasta-thymeleaf-0.2.4-sources.jar | 36 KB |
lasta-thymeleaf-0.2.4-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lastaflute.html/lasta-thymeleaf/ -->
<dependency>
<groupId>org.lastaflute.html</groupId>
<artifactId>lasta-thymeleaf</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.lastaflute.html/lasta-thymeleaf/
implementation 'org.lastaflute.html:lasta-thymeleaf:0.2.4'
// https://jarcasting.com/artifacts/org.lastaflute.html/lasta-thymeleaf/
implementation ("org.lastaflute.html:lasta-thymeleaf:0.2.4")
'org.lastaflute.html:lasta-thymeleaf:jar:0.2.4'
<dependency org="org.lastaflute.html" name="lasta-thymeleaf" rev="0.2.4">
<artifact name="lasta-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lastaflute.html', module='lasta-thymeleaf', version='0.2.4')
)
libraryDependencies += "org.lastaflute.html" % "lasta-thymeleaf" % "0.2.4"
[org.lastaflute.html/lasta-thymeleaf "0.2.4"]