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