is not current version
Last Version 5.8.4

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

Library of utility code for use with junit, such as assertions and test setup mechanisms.

GroupId

GroupId

com.googlecode.cedar-common
ArtifactId

ArtifactId

cedar-common-testutil
Version

Version

2.1.3
Type

Type

jar

Download cedar-common-testutil 2.1.3


<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/ -->
<dependency>
    <groupId>com.googlecode.cedar-common</groupId>
    <artifactId>cedar-common-testutil</artifactId>
    <version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/
implementation 'com.googlecode.cedar-common:cedar-common-testutil:2.1.3'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/
implementation ("com.googlecode.cedar-common:cedar-common-testutil:2.1.3")
'com.googlecode.cedar-common:cedar-common-testutil:jar:2.1.3'
<dependency org="com.googlecode.cedar-common" name="cedar-common-testutil" rev="2.1.3">
  <artifact name="cedar-common-testutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-common-testutil', version='2.1.3')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-common-testutil" % "2.1.3"
[com.googlecode.cedar-common/cedar-common-testutil "2.1.3"]