MVN

com.googlecode.cedar-common : cedar-common-testutil

Maven & Gradle

Jul 08, 2016
1 usages

Cedar Common Test Utilities · Utility code for use with junit, such as assertions and test setup mechanisms.

<dependency>
    <groupId>com.googlecode.cedar-common</groupId>
    <artifactId>cedar-common-testutil</artifactId>
    <version>5.8.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.cedar-common : cedar-common-testutil to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.8.4

All Versions

Choose a version of com.googlecode.cedar-common : cedar-common-testutil to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.8.x
cedar-common-testutil-5.8.4
cedar-common-testutil-5.8.3
cedar-common-testutil-5.8.2
cedar-common-testutil-5.8.1
cedar-common-testutil-5.8.0
5.7.x
cedar-common-testutil-5.7.0
5.6.x
cedar-common-testutil-5.6.0
5.5.x
cedar-common-testutil-5.5.0
5.4.x
cedar-common-testutil-5.4.0
5.3.x
cedar-common-testutil-5.3.0
5.2.x
cedar-common-testutil-5.2.7
cedar-common-testutil-5.2.6
cedar-common-testutil-5.2.5
cedar-common-testutil-5.2.4
cedar-common-testutil-5.2.3
cedar-common-testutil-5.2.2
cedar-common-testutil-5.2.1
cedar-common-testutil-5.2.0
5.1.x
cedar-common-testutil-5.1.0
5.0.x
cedar-common-testutil-5.0.2
cedar-common-testutil-5.0.1
cedar-common-testutil-5.0.0
4.12.x
cedar-common-testutil-4.12.1
cedar-common-testutil-4.12.0
4.11.x
cedar-common-testutil-4.11.5
cedar-common-testutil-4.11.4
cedar-common-testutil-4.11.3
cedar-common-testutil-4.11.2
cedar-common-testutil-4.11.1
cedar-common-testutil-4.11.0
4.10.x
cedar-common-testutil-4.10.0
4.9.x
cedar-common-testutil-4.9.2
cedar-common-testutil-4.9.1
cedar-common-testutil-4.9.0
4.8.x
cedar-common-testutil-4.8.1
cedar-common-testutil-4.8.0
4.7.x
cedar-common-testutil-4.7.0
4.6.x
cedar-common-testutil-4.6.0
4.5.x
cedar-common-testutil-4.5.0
4.4.x
cedar-common-testutil-4.4.0
4.3.x
cedar-common-testutil-4.3.4
cedar-common-testutil-4.3.3
cedar-common-testutil-4.3.2
cedar-common-testutil-4.3.1
cedar-common-testutil-4.3.0
4.2.x
cedar-common-testutil-4.2.0
4.1.x
cedar-common-testutil-4.1.0
4.0.x
cedar-common-testutil-4.0.1
cedar-common-testutil-4.0.0
3.5.x
cedar-common-testutil-3.5.0
3.4.x
cedar-common-testutil-3.4.4
cedar-common-testutil-3.4.3
cedar-common-testutil-3.4.2
cedar-common-testutil-3.4.1
cedar-common-testutil-3.4.0
3.3.x
cedar-common-testutil-3.3.0
3.2.x
cedar-common-testutil-3.2.0
3.1.x
cedar-common-testutil-3.1.0
3.0.x
cedar-common-testutil-3.0.0
2.4.x
cedar-common-testutil-2.4.2
cedar-common-testutil-2.4.1
cedar-common-testutil-2.4.0
2.3.x
cedar-common-testutil-2.3.2
cedar-common-testutil-2.3.1
cedar-common-testutil-2.3.0
2.2.x
cedar-common-testutil-2.2.2
cedar-common-testutil-2.2.1
cedar-common-testutil-2.2.0
2.1.x
cedar-common-testutil-2.1.8
cedar-common-testutil-2.1.7
cedar-common-testutil-2.1.6
cedar-common-testutil-2.1.5
cedar-common-testutil-2.1.3

How to add a dependency to Maven

Add the following com.googlecode.cedar-common : cedar-common-testutil maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.cedar-common</groupId>
    <artifactId>cedar-common-testutil</artifactId>
    <version>5.8.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.cedar-common : cedar-common-testutil gradle dependency to your build.gradle file:

implementation 'com.googlecode.cedar-common:cedar-common-testutil:5.8.4'

Gradle Kotlin DSL: Add the following com.googlecode.cedar-common : cedar-common-testutil gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.cedar-common:cedar-common-testutil:5.8.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.cedar-common : cedar-common-testutil sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.cedar-common" % "cedar-common-testutil" % "5.8.4"

Advertisement