s

spring-boot-with-svcat-on-openshift-example

文件下载
文件名 操作
spring-boot-with-svcat-on-openshift-example-0.11.9.jar 下载
spring-boot-with-svcat-on-openshift-example-0.11.9.pom 下载
spring-boot-with-svcat-on-openshift-example-0.11.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.dekorate</groupId>
  <artifactId>spring-boot-with-svcat-on-openshift-example</artifactId>
  <version>0.11.9</version>
</dependency>
Gradle Groovy
implementation 'io.dekorate:spring-boot-with-svcat-on-openshift-example:0.11.9'
Gradle Kotlin
implementation("io.dekorate:spring-boot-with-svcat-on-openshift-example:0.11.9")
Scala SBT
libraryDependencies += "io.dekorate" % "spring-boot-with-svcat-on-openshift-example" % "0.11.9"
Groovy Grape
@Grapes(
  @Grab(group='io.dekorate', module='spring-boot-with-svcat-on-openshift-example', version='0.11.9')
)
Apache Ivy
<dependency org="io.dekorate" name="spring-boot-with-svcat-on-openshift-example" rev="0.11.9" />
Leiningen
[io.dekorate/spring-boot-with-svcat-on-openshift-example "0.11.9"]
Apache Buildr
'io.dekorate:spring-boot-with-svcat-on-openshift-example:jar:0.11.9'