s

spring-boot-on-kubernetes-with-jib-example

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