GroupId | GroupIdcom.googlecode.cedar-common |
---|---|
ArtifactId | ArtifactIdcedar-common-util |
Version | Version4.3.4 |
Type | Typejar |
Filename | Size |
---|---|
cedar-common-util-4.3.4.pom | |
cedar-common-util-4.3.4.jar | 259 KB |
cedar-common-util-4.3.4-sources.jar | 129 KB |
cedar-common-util-4.3.4-javadoc.jar | 338 KB |
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>4.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-util/
implementation 'com.googlecode.cedar-common:cedar-common-util:4.3.4'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-util/
implementation ("com.googlecode.cedar-common:cedar-common-util:4.3.4")
'com.googlecode.cedar-common:cedar-common-util:jar:4.3.4'
<dependency org="com.googlecode.cedar-common" name="cedar-common-util" rev="4.3.4">
<artifact name="cedar-common-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-common-util', version='4.3.4')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-common-util" % "4.3.4"
[com.googlecode.cedar-common/cedar-common-util "4.3.4"]