MVN

cc.catalysts.boot : cat-boot-thymeleaf-base

Maven & Gradle

Dec 16, 2020
2 usages
22 stars

cat-boot-thymeleaf-base · Catalysts Spring Boot extentions

<dependency>
    <groupId>cc.catalysts.boot</groupId>
    <artifactId>cat-boot-thymeleaf-base</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.catalysts.boot : cat-boot-thymeleaf-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of cc.catalysts.boot : cat-boot-thymeleaf-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
cat-boot-thymeleaf-base-1.1.7
cat-boot-thymeleaf-base-1.1.6
cat-boot-thymeleaf-base-1.1.5
cat-boot-thymeleaf-base-1.1.4
cat-boot-thymeleaf-base-1.1.2
1.0.x
cat-boot-thymeleaf-base-1.0.1
0.2.x
cat-boot-thymeleaf-base-0.2.28
cat-boot-thymeleaf-base-0.2.27
cat-boot-thymeleaf-base-0.2.26
cat-boot-thymeleaf-base-0.2.25
cat-boot-thymeleaf-base-0.2.24
cat-boot-thymeleaf-base-0.2.23
cat-boot-thymeleaf-base-0.2.22
cat-boot-thymeleaf-base-0.2.21
cat-boot-thymeleaf-base-0.2.20
cat-boot-thymeleaf-base-0.2.17
cat-boot-thymeleaf-base-0.2.16
cat-boot-thymeleaf-base-0.2.15
cat-boot-thymeleaf-base-0.2.13
cat-boot-thymeleaf-base-0.2.11

How to add a dependency to Maven

Add the following cc.catalysts.boot : cat-boot-thymeleaf-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.catalysts.boot</groupId>
    <artifactId>cat-boot-thymeleaf-base</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.catalysts.boot : cat-boot-thymeleaf-base gradle dependency to your build.gradle file:

implementation 'cc.catalysts.boot:cat-boot-thymeleaf-base:1.1.7'

Gradle Kotlin DSL: Add the following cc.catalysts.boot : cat-boot-thymeleaf-base gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.catalysts.boot:cat-boot-thymeleaf-base:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.catalysts.boot : cat-boot-thymeleaf-base sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.catalysts.boot" % "cat-boot-thymeleaf-base" % "1.1.7"