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