GroupId | GroupIdcom.googlecode.cedar-common |
---|---|
ArtifactId | ArtifactIdcedar-common-gaetestutil |
Version | Version2.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gaetestutil/ -->
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-common-gaetestutil</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gaetestutil/
implementation 'com.googlecode.cedar-common:cedar-common-gaetestutil:2.3.2'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gaetestutil/
implementation ("com.googlecode.cedar-common:cedar-common-gaetestutil:2.3.2")
'com.googlecode.cedar-common:cedar-common-gaetestutil:jar:2.3.2'
<dependency org="com.googlecode.cedar-common" name="cedar-common-gaetestutil" rev="2.3.2">
<artifact name="cedar-common-gaetestutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-common-gaetestutil', version='2.3.2')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-common-gaetestutil" % "2.3.2"
[com.googlecode.cedar-common/cedar-common-gaetestutil "2.3.2"]