MVN

io.dekorate : spring-boot-with-tekton-and-m2-pvc-example

Maven & Gradle

Jun 29, 2020
2 usages

Dekorate :: Examples :: Spring Boot with Tekton and m2 PVC

<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>spring-boot-with-tekton-and-m2-pvc-example</artifactId>
    <version>0.12.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dekorate : spring-boot-with-tekton-and-m2-pvc-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.3
  • Latest Alpha: 2.0.0-alpha-1

All Versions

Choose a version of io.dekorate : spring-boot-with-tekton-and-m2-pvc-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-boot-with-tekton-and-m2-pvc-example-2.0.0-alpha-1
0.12.x
spring-boot-with-tekton-and-m2-pvc-example-0.12.3
spring-boot-with-tekton-and-m2-pvc-example-0.12.2
spring-boot-with-tekton-and-m2-pvc-example-0.12.1

How to add a dependency to Maven

Add the following io.dekorate : spring-boot-with-tekton-and-m2-pvc-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>spring-boot-with-tekton-and-m2-pvc-example</artifactId>
    <version>0.12.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dekorate : spring-boot-with-tekton-and-m2-pvc-example gradle dependency to your build.gradle file:

implementation 'io.dekorate:spring-boot-with-tekton-and-m2-pvc-example:0.12.3'

Gradle Kotlin DSL: Add the following io.dekorate : spring-boot-with-tekton-and-m2-pvc-example gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dekorate:spring-boot-with-tekton-and-m2-pvc-example:0.12.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dekorate : spring-boot-with-tekton-and-m2-pvc-example sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dekorate" % "spring-boot-with-tekton-and-m2-pvc-example" % "0.12.3"

Advertisement