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