j

jkube-kit-watcher-standard

文件下载
文件名 操作
jkube-kit-watcher-standard-1.9.0.jar 下载
jkube-kit-watcher-standard-1.9.0.pom 下载
jkube-kit-watcher-standard-1.9.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.jkube</groupId>
  <artifactId>jkube-kit-watcher-standard</artifactId>
  <version>1.9.0</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jkube:jkube-kit-watcher-standard:1.9.0'
Gradle Kotlin
implementation("org.eclipse.jkube:jkube-kit-watcher-standard:1.9.0")
Scala SBT
libraryDependencies += "org.eclipse.jkube" % "jkube-kit-watcher-standard" % "1.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jkube', module='jkube-kit-watcher-standard', version='1.9.0')
)
Apache Ivy
<dependency org="org.eclipse.jkube" name="jkube-kit-watcher-standard" rev="1.9.0" />
Leiningen
[org.eclipse.jkube/jkube-kit-watcher-standard "1.9.0"]
Apache Buildr
'org.eclipse.jkube:jkube-kit-watcher-standard:jar:1.9.0'