Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdcc.catalysts.boot |
ArtifactId | ArtifactIdcat-boot-thymeleaf-base |
Version | Version1.0.1 |
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>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cc.catalysts.boot/cat-boot-thymeleaf-base/
implementation 'cc.catalysts.boot:cat-boot-thymeleaf-base:1.0.1'
// https://jarcasting.com/artifacts/cc.catalysts.boot/cat-boot-thymeleaf-base/
implementation ("cc.catalysts.boot:cat-boot-thymeleaf-base:1.0.1")
'cc.catalysts.boot:cat-boot-thymeleaf-base:jar:1.0.1'
<dependency org="cc.catalysts.boot" name="cat-boot-thymeleaf-base" rev="1.0.1">
<artifact name="cat-boot-thymeleaf-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.catalysts.boot', module='cat-boot-thymeleaf-base', version='1.0.1')
)
libraryDependencies += "cc.catalysts.boot" % "cat-boot-thymeleaf-base" % "1.0.1"
[cc.catalysts.boot/cat-boot-thymeleaf-base "1.0.1"]