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