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