License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdcom.googlecode.cedar-common |
ArtifactId | ArtifactIdcpsuite |
Last Version | Last Version1.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionClasspath Suite (Repackaged)
*** THIS VERSION UPLOADED FOR USE WITH CEDAR-COMMON.*** Dynamically generates JUnit4 test suites.
|
Project URL |
Project URL |
Filename | Size |
---|---|
cpsuite-1.2.6.pom | |
cpsuite-1.2.6.jar | 20 KB |
cpsuite-1.2.6-sources.jar | 535 bytes |
cpsuite-1.2.6-javadoc.jar | 535 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/cpsuite/ -->
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cpsuite</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cpsuite/
implementation 'com.googlecode.cedar-common:cpsuite:1.2.6'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cpsuite/
implementation ("com.googlecode.cedar-common:cpsuite:1.2.6")
'com.googlecode.cedar-common:cpsuite:jar:1.2.6'
<dependency org="com.googlecode.cedar-common" name="cpsuite" rev="1.2.6">
<artifact name="cpsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cpsuite', version='1.2.6')
)
libraryDependencies += "com.googlecode.cedar-common" % "cpsuite" % "1.2.6"
[com.googlecode.cedar-common/cpsuite "1.2.6"]