GroupId | GroupIdcom.googlecode.cedar-common |
---|---|
ArtifactId | ArtifactIdcedar-common-gae |
Version | Version2.4.1 |
Type | Typejar |
Filename | Size |
---|---|
cedar-common-gae-2.4.1.pom | |
cedar-common-gae-2.4.1.jar | 89 KB |
cedar-common-gae-2.4.1-sources.jar | 49 KB |
cedar-common-gae-2.4.1-javadoc.jar | 341 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gae/ -->
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-common-gae</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gae/
implementation 'com.googlecode.cedar-common:cedar-common-gae:2.4.1'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gae/
implementation ("com.googlecode.cedar-common:cedar-common-gae:2.4.1")
'com.googlecode.cedar-common:cedar-common-gae:jar:2.4.1'
<dependency org="com.googlecode.cedar-common" name="cedar-common-gae" rev="2.4.1">
<artifact name="cedar-common-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-common-gae', version='2.4.1')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-common-gae" % "2.4.1"
[com.googlecode.cedar-common/cedar-common-gae "2.4.1"]