Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdcc.catalysts.boot |
ArtifactId | ArtifactIdcat-boot-thymeleaf |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
cat-boot-thymeleaf-1.1.2.pom | |
cat-boot-thymeleaf-1.1.2.jar | 2 KB |
cat-boot-thymeleaf-1.1.2-sources.jar | 1 KB |
cat-boot-thymeleaf-1.1.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.catalysts.boot/cat-boot-thymeleaf/ -->
<dependency>
<groupId>cc.catalysts.boot</groupId>
<artifactId>cat-boot-thymeleaf</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cc.catalysts.boot/cat-boot-thymeleaf/
implementation 'cc.catalysts.boot:cat-boot-thymeleaf:1.1.2'
// https://jarcasting.com/artifacts/cc.catalysts.boot/cat-boot-thymeleaf/
implementation ("cc.catalysts.boot:cat-boot-thymeleaf:1.1.2")
'cc.catalysts.boot:cat-boot-thymeleaf:jar:1.1.2'
<dependency org="cc.catalysts.boot" name="cat-boot-thymeleaf" rev="1.1.2">
<artifact name="cat-boot-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.catalysts.boot', module='cat-boot-thymeleaf', version='1.1.2')
)
libraryDependencies += "cc.catalysts.boot" % "cat-boot-thymeleaf" % "1.1.2"
[cc.catalysts.boot/cat-boot-thymeleaf "1.1.2"]