Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdorg.sevensource |
ArtifactId | ArtifactIdthymeleaf4spring |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
thymeleaf4spring-0.0.2.pom | |
thymeleaf4spring-0.0.2.jar | 7 KB |
thymeleaf4spring-0.0.2-sources.jar | 4 KB |
thymeleaf4spring-0.0.2-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sevensource/thymeleaf4spring/ -->
<dependency>
<groupId>org.sevensource</groupId>
<artifactId>thymeleaf4spring</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sevensource/thymeleaf4spring/
implementation 'org.sevensource:thymeleaf4spring:0.0.2'
// https://jarcasting.com/artifacts/org.sevensource/thymeleaf4spring/
implementation ("org.sevensource:thymeleaf4spring:0.0.2")
'org.sevensource:thymeleaf4spring:jar:0.0.2'
<dependency org="org.sevensource" name="thymeleaf4spring" rev="0.0.2">
<artifact name="thymeleaf4spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sevensource', module='thymeleaf4spring', version='0.0.2')
)
libraryDependencies += "org.sevensource" % "thymeleaf4spring" % "0.0.2"
[org.sevensource/thymeleaf4spring "0.0.2"]