o

operator-framework-samples-common-files

Files shared between samples
文件下载
文件名 操作
operator-framework-samples-common-files-0.3.3.jar 下载
operator-framework-samples-common-files-0.3.3.pom 下载
operator-framework-samples-common-files-0.3.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.containersolutions</groupId>
  <artifactId>operator-framework-samples-common-files</artifactId>
  <version>0.3.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.containersolutions:operator-framework-samples-common-files:0.3.3'
Gradle Kotlin
implementation("com.github.containersolutions:operator-framework-samples-common-files:0.3.3")
Scala SBT
libraryDependencies += "com.github.containersolutions" % "operator-framework-samples-common-files" % "0.3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.containersolutions', module='operator-framework-samples-common-files', version='0.3.3')
)
Apache Ivy
<dependency org="com.github.containersolutions" name="operator-framework-samples-common-files" rev="0.3.3" />
Leiningen
[com.github.containersolutions/operator-framework-samples-common-files "0.3.3"]
Apache Buildr
'com.github.containersolutions:operator-framework-samples-common-files:jar:0.3.3'