is not current version
Last Version 6.0.0

com.oracle.bedrock:bedrock-testing-support 5.0.11

Interfaces, classes and resources that extend and simplify traditional functional, integration and unit testing frameworks (like JUnit).

GroupId

GroupId

com.oracle.bedrock
ArtifactId

ArtifactId

bedrock-testing-support
Version

Version

5.0.11
Type

Type

jar

Download bedrock-testing-support 5.0.11


<!-- https://jarcasting.com/artifacts/com.oracle.bedrock/bedrock-testing-support/ -->
<dependency>
    <groupId>com.oracle.bedrock</groupId>
    <artifactId>bedrock-testing-support</artifactId>
    <version>5.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.bedrock/bedrock-testing-support/
implementation 'com.oracle.bedrock:bedrock-testing-support:5.0.11'
// https://jarcasting.com/artifacts/com.oracle.bedrock/bedrock-testing-support/
implementation ("com.oracle.bedrock:bedrock-testing-support:5.0.11")
'com.oracle.bedrock:bedrock-testing-support:jar:5.0.11'
<dependency org="com.oracle.bedrock" name="bedrock-testing-support" rev="5.0.11">
  <artifact name="bedrock-testing-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.bedrock', module='bedrock-testing-support', version='5.0.11')
)
libraryDependencies += "com.oracle.bedrock" % "bedrock-testing-support" % "5.0.11"
[com.oracle.bedrock/bedrock-testing-support "5.0.11"]