GroupId | GroupIdcom.googlecode.cedar-common |
---|---|
ArtifactId | ArtifactIdcedar-common-testutil |
Version | Version4.3.2 |
Type | Typejar |
Filename | Size |
---|---|
cedar-common-testutil-4.3.2.pom | |
cedar-common-testutil-4.3.2.jar | 13 KB |
cedar-common-testutil-4.3.2-sources.jar | 7 KB |
cedar-common-testutil-4.3.2-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.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/
implementation 'com.googlecode.cedar-common:cedar-common-testutil:4.3.2'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/
implementation ("com.googlecode.cedar-common:cedar-common-testutil:4.3.2")
'com.googlecode.cedar-common:cedar-common-testutil:jar:4.3.2'
<dependency org="com.googlecode.cedar-common" name="cedar-common-testutil" rev="4.3.2">
<artifact name="cedar-common-testutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-common-testutil', version='4.3.2')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-common-testutil" % "4.3.2"
[com.googlecode.cedar-common/cedar-common-testutil "4.3.2"]