MVN

com.oracle.coherence.ce : coherence-bedrock-testing-support

Maven & Gradle

Jun 30, 2023
413 stars

Coherence Bedrock Testing Support · A set of tools to aid testing of Oracle Coherence based applications.

<dependency>
    <groupId>com.oracle.coherence.ce</groupId>
    <artifactId>coherence-bedrock-testing-support</artifactId>
    <version>23.03.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.coherence.ce : coherence-bedrock-testing-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.03.1

All Versions

Choose a version of com.oracle.coherence.ce : coherence-bedrock-testing-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.03.x
coherence-bedrock-testing-support-23.03.1
23.03
coherence-bedrock-testing-support-23.03
22.09
coherence-bedrock-testing-support-22.09
22.06.x
coherence-bedrock-testing-support-22.06.5
coherence-bedrock-testing-support-22.06.4
coherence-bedrock-testing-support-22.06.3
coherence-bedrock-testing-support-22.06.2
coherence-bedrock-testing-support-22.06.1
22.06
coherence-bedrock-testing-support-22.06

How to add a dependency to Maven

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

<dependency>
    <groupId>com.oracle.coherence.ce</groupId>
    <artifactId>coherence-bedrock-testing-support</artifactId>
    <version>23.03.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oracle.coherence.ce : coherence-bedrock-testing-support gradle dependency to your build.gradle file:

implementation 'com.oracle.coherence.ce:coherence-bedrock-testing-support:23.03.1'

Gradle Kotlin DSL: Add the following com.oracle.coherence.ce : coherence-bedrock-testing-support gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oracle.coherence.ce:coherence-bedrock-testing-support:23.03.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oracle.coherence.ce : coherence-bedrock-testing-support sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oracle.coherence.ce" % "coherence-bedrock-testing-support" % "23.03.1"

Advertisement