License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdcom.googlecode.cedar-common |
ArtifactId | ArtifactIdcedar-common-testutil |
Last Version | Last Version5.8.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCedar Common Test Utilities
Utility code for use with junit, such as assertions and test setup mechanisms.
|
<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/ -->
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-common-testutil</artifactId>
<version>5.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/
implementation 'com.googlecode.cedar-common:cedar-common-testutil:5.8.4'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/
implementation ("com.googlecode.cedar-common:cedar-common-testutil:5.8.4")
'com.googlecode.cedar-common:cedar-common-testutil:jar:5.8.4'
<dependency org="com.googlecode.cedar-common" name="cedar-common-testutil" rev="5.8.4">
<artifact name="cedar-common-testutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-common-testutil', version='5.8.4')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-common-testutil" % "5.8.4"
[com.googlecode.cedar-common/cedar-common-testutil "5.8.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.10.8 |
javax.servlet : servlet-api | jar | 2.5 |
com.googlecode.cedar-common : cedar-common-util | jar | 5.8.4 |
org.springframework : spring-test | jar | 3.2.9.RELEASE |