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