MVN

com.cerner.beadledom : beadledom-integration-test

Maven & Gradle

Dec 10, 2020
<dependency>
    <groupId>com.cerner.beadledom</groupId>
    <artifactId>beadledom-integration-test</artifactId>
    <version>4.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cerner.beadledom : beadledom-integration-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.2

All Versions

Choose a version of com.cerner.beadledom : beadledom-integration-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
beadledom-integration-test-4.1.2
beadledom-integration-test-4.1.1
4.1
beadledom-integration-test-4.1
4.0
beadledom-integration-test-4.0
3.7.x
beadledom-integration-test-3.7.1
3.7
beadledom-integration-test-3.7
3.6
beadledom-integration-test-3.6
3.5
beadledom-integration-test-3.5
3.4
beadledom-integration-test-3.4
3.3
beadledom-integration-test-3.3

How to add a dependency to Maven

Add the following com.cerner.beadledom : beadledom-integration-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cerner.beadledom</groupId>
    <artifactId>beadledom-integration-test</artifactId>
    <version>4.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cerner.beadledom : beadledom-integration-test gradle dependency to your build.gradle file:

implementation 'com.cerner.beadledom:beadledom-integration-test:4.1.2'

Gradle Kotlin DSL: Add the following com.cerner.beadledom : beadledom-integration-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cerner.beadledom:beadledom-integration-test:4.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cerner.beadledom : beadledom-integration-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cerner.beadledom" % "beadledom-integration-test" % "4.1.2"

Advertisement