MVN

io.dekorate : spring-boot-with-svcat-on-openshift-example

Maven & Gradle

Sep 22, 2020
3 usages

Dekorate :: Examples :: Spring Boot with Service Catalog on Openshift

<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>spring-boot-with-svcat-on-openshift-example</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dekorate : spring-boot-with-svcat-on-openshift-example to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of io.dekorate : spring-boot-with-svcat-on-openshift-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-boot-with-svcat-on-openshift-example-2.0.0-alpha-1
1.0.x
spring-boot-with-svcat-on-openshift-example-1.0.3
spring-boot-with-svcat-on-openshift-example-1.0.2
spring-boot-with-svcat-on-openshift-example-1.0.1
spring-boot-with-svcat-on-openshift-example-1.0.0
0.12.x
spring-boot-with-svcat-on-openshift-example-0.12.3
spring-boot-with-svcat-on-openshift-example-0.12.2
spring-boot-with-svcat-on-openshift-example-0.12.1
0.11.x
spring-boot-with-svcat-on-openshift-example-0.11.9

How to add a dependency to Maven

Add the following io.dekorate : spring-boot-with-svcat-on-openshift-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>spring-boot-with-svcat-on-openshift-example</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dekorate : spring-boot-with-svcat-on-openshift-example gradle dependency to your build.gradle file:

implementation 'io.dekorate:spring-boot-with-svcat-on-openshift-example:1.0.3'

Gradle Kotlin DSL: Add the following io.dekorate : spring-boot-with-svcat-on-openshift-example gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dekorate:spring-boot-with-svcat-on-openshift-example:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dekorate : spring-boot-with-svcat-on-openshift-example sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dekorate" % "spring-boot-with-svcat-on-openshift-example" % "1.0.3"

Advertisement