Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdcc.catalysts.boot |
ArtifactId | ArtifactIdcat-boot-thymeleaf |
Version | Version0.2.28 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cc.catalysts.boot/cat-boot-thymeleaf/ -->
<dependency>
<groupId>cc.catalysts.boot</groupId>
<artifactId>cat-boot-thymeleaf</artifactId>
<version>0.2.28</version>
</dependency>
// https://jarcasting.com/artifacts/cc.catalysts.boot/cat-boot-thymeleaf/
implementation 'cc.catalysts.boot:cat-boot-thymeleaf:0.2.28'
// https://jarcasting.com/artifacts/cc.catalysts.boot/cat-boot-thymeleaf/
implementation ("cc.catalysts.boot:cat-boot-thymeleaf:0.2.28")
'cc.catalysts.boot:cat-boot-thymeleaf:jar:0.2.28'
<dependency org="cc.catalysts.boot" name="cat-boot-thymeleaf" rev="0.2.28">
<artifact name="cat-boot-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.catalysts.boot', module='cat-boot-thymeleaf', version='0.2.28')
)
libraryDependencies += "cc.catalysts.boot" % "cat-boot-thymeleaf" % "0.2.28"
[cc.catalysts.boot/cat-boot-thymeleaf "0.2.28"]