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