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