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