MVN

cc.catalysts.boot : cat-boot-report-pdf

Maven & Gradle

Dec 16, 2020
22 stars

cat-boot-report-pdf · Catalysts Spring Boot extentions

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

Latest Version

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

  • Latest Stable: 1.1.7

All Versions

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

Version Vulnerabilities Updated
1.1.x
cat-boot-report-pdf-1.1.7
cat-boot-report-pdf-1.1.6
cat-boot-report-pdf-1.1.5
cat-boot-report-pdf-1.1.4
cat-boot-report-pdf-1.1.2
1.0.x
cat-boot-report-pdf-1.0.1
0.2.x
cat-boot-report-pdf-0.2.28
cat-boot-report-pdf-0.2.27
cat-boot-report-pdf-0.2.26
cat-boot-report-pdf-0.2.25
cat-boot-report-pdf-0.2.24
cat-boot-report-pdf-0.2.23
cat-boot-report-pdf-0.2.22
cat-boot-report-pdf-0.2.21
cat-boot-report-pdf-0.2.20
cat-boot-report-pdf-0.2.17
cat-boot-report-pdf-0.2.16
cat-boot-report-pdf-0.2.15
cat-boot-report-pdf-0.2.13
cat-boot-report-pdf-0.2.11
cat-boot-report-pdf-0.2.9
cat-boot-report-pdf-0.2.8
cat-boot-report-pdf-0.2.7
cat-boot-report-pdf-0.2.6
cat-boot-report-pdf-0.2.5
cat-boot-report-pdf-0.2.4
cat-boot-report-pdf-0.2.3
cat-boot-report-pdf-0.2.2
cat-boot-report-pdf-0.2.1
cat-boot-report-pdf-0.2.0
0.1.x
cat-boot-report-pdf-0.1.14
cat-boot-report-pdf-0.1.13
cat-boot-report-pdf-0.1.12
cat-boot-report-pdf-0.1.11
cat-boot-report-pdf-0.1.10
cat-boot-report-pdf-0.1.8
0.0.x
cat-boot-report-pdf-0.0.10

How to add a dependency to Maven

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

<dependency>
    <groupId>cc.catalysts.boot</groupId>
    <artifactId>cat-boot-report-pdf</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-report-pdf gradle dependency to your build.gradle file:

implementation 'cc.catalysts.boot:cat-boot-report-pdf:1.1.7'

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

implementation("cc.catalysts.boot:cat-boot-report-pdf:1.1.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "cc.catalysts.boot" % "cat-boot-report-pdf" % "1.1.7"

Advertisement