MVN

com.oracle.bedrock : bedrock-runtime-k8s

Maven & Gradle

Jan 10, 2023
51 stars

Bedrock for Kubernetes · Interfaces, classes and resources to enable Kubernetes testing

<dependency>
    <groupId>com.oracle.bedrock</groupId>
    <artifactId>bedrock-runtime-k8s</artifactId>
    <version>5.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.bedrock : bedrock-runtime-k8s to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.6

All Versions

Choose a version of com.oracle.bedrock : bedrock-runtime-k8s to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
bedrock-runtime-k8s-5.1.6
bedrock-runtime-k8s-5.1.5
bedrock-runtime-k8s-5.1.3
bedrock-runtime-k8s-5.1.2
bedrock-runtime-k8s-5.1.1
5.0.x
bedrock-runtime-k8s-5.0.20
bedrock-runtime-k8s-5.0.19
bedrock-runtime-k8s-5.0.18
bedrock-runtime-k8s-5.0.16
bedrock-runtime-k8s-5.0.15
bedrock-runtime-k8s-5.0.14
bedrock-runtime-k8s-5.0.13
bedrock-runtime-k8s-5.0.12
bedrock-runtime-k8s-5.0.11
bedrock-runtime-k8s-5.0.10
bedrock-runtime-k8s-5.0.9
bedrock-runtime-k8s-5.0.8
bedrock-runtime-k8s-5.0.7
bedrock-runtime-k8s-5.0.6
bedrock-runtime-k8s-5.0.5

How to add a dependency to Maven

Add the following com.oracle.bedrock : bedrock-runtime-k8s maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oracle.bedrock</groupId>
    <artifactId>bedrock-runtime-k8s</artifactId>
    <version>5.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oracle.bedrock : bedrock-runtime-k8s gradle dependency to your build.gradle file:

implementation 'com.oracle.bedrock:bedrock-runtime-k8s:5.1.6'

Gradle Kotlin DSL: Add the following com.oracle.bedrock : bedrock-runtime-k8s gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oracle.bedrock:bedrock-runtime-k8s:5.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oracle.bedrock : bedrock-runtime-k8s sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oracle.bedrock" % "bedrock-runtime-k8s" % "5.1.6"

Advertisement