Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdthymeleaf |
Version | Version0.18.1 |
Type | Typejar |
Filename | Size |
---|---|
thymeleaf-0.18.1.pom | |
thymeleaf-0.18.1.jar | 297 KB |
thymeleaf-0.18.1-sources.jar | 22 bytes |
thymeleaf-0.18.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/thymeleaf/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>thymeleaf</artifactId>
<version>0.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/thymeleaf/
implementation 'org.webjars.npm:thymeleaf:0.18.1'
// https://jarcasting.com/artifacts/org.webjars.npm/thymeleaf/
implementation ("org.webjars.npm:thymeleaf:0.18.1")
'org.webjars.npm:thymeleaf:jar:0.18.1'
<dependency org="org.webjars.npm" name="thymeleaf" rev="0.18.1">
<artifact name="thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='thymeleaf', version='0.18.1')
)
libraryDependencies += "org.webjars.npm" % "thymeleaf" % "0.18.1"
[org.webjars.npm/thymeleaf "0.18.1"]