GroupId | GroupIdcom.googlecode.cedar-common |
---|---|
ArtifactId | ArtifactIdcedar-common-testutil |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
cedar-common-testutil-4.0.1.pom | |
cedar-common-testutil-4.0.1.jar | 13 KB |
cedar-common-testutil-4.0.1-sources.jar | 7 KB |
cedar-common-testutil-4.0.1-javadoc.jar | 341 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/ -->
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-common-testutil</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/
implementation 'com.googlecode.cedar-common:cedar-common-testutil:4.0.1'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/
implementation ("com.googlecode.cedar-common:cedar-common-testutil:4.0.1")
'com.googlecode.cedar-common:cedar-common-testutil:jar:4.0.1'
<dependency org="com.googlecode.cedar-common" name="cedar-common-testutil" rev="4.0.1">
<artifact name="cedar-common-testutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-common-testutil', version='4.0.1')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-common-testutil" % "4.0.1"
[com.googlecode.cedar-common/cedar-common-testutil "4.0.1"]