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