o

operator-framework-spring-boot-starter-samples-auto-configuration

Sample usage with Spring Boot
文件下载
文件名 操作
operator-framework-spring-boot-starter-samples-auto-configuration-4.1.1.jar 下载
operator-framework-spring-boot-starter-samples-auto-configuration-4.1.1.pom 下载
operator-framework-spring-boot-starter-samples-auto-configuration-4.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.javaoperatorsdk</groupId>
  <artifactId>operator-framework-spring-boot-starter-samples-auto-configuration</artifactId>
  <version>4.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter-samples-auto-configuration:4.1.1'
Gradle Kotlin
implementation("io.javaoperatorsdk:operator-framework-spring-boot-starter-samples-auto-configuration:4.1.1")
Scala SBT
libraryDependencies += "io.javaoperatorsdk" % "operator-framework-spring-boot-starter-samples-auto-configuration" % "4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.javaoperatorsdk', module='operator-framework-spring-boot-starter-samples-auto-configuration', version='4.1.1')
)
Apache Ivy
<dependency org="io.javaoperatorsdk" name="operator-framework-spring-boot-starter-samples-auto-configuration" rev="4.1.1" />
Leiningen
[io.javaoperatorsdk/operator-framework-spring-boot-starter-samples-auto-configuration "4.1.1"]
Apache Buildr
'io.javaoperatorsdk:operator-framework-spring-boot-starter-samples-auto-configuration:jar:4.1.1'