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