GroupId | GroupIdcom.googlecode.cedar-common |
---|---|
ArtifactId | ArtifactIdcedar-build |
Version | Version0.8.14 |
Type | Typejar |
Filename | Size |
---|---|
cedar-build-0.8.14.pom | |
cedar-build-0.8.14.jar | 333 KB |
cedar-build-0.8.14-sources.jar | 77 KB |
cedar-build-0.8.14-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-build/ -->
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-build</artifactId>
<version>0.8.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-build/
implementation 'com.googlecode.cedar-common:cedar-build:0.8.14'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-build/
implementation ("com.googlecode.cedar-common:cedar-build:0.8.14")
'com.googlecode.cedar-common:cedar-build:jar:0.8.14'
<dependency org="com.googlecode.cedar-common" name="cedar-build" rev="0.8.14">
<artifact name="cedar-build" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-build', version='0.8.14')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-build" % "0.8.14"
[com.googlecode.cedar-common/cedar-build "0.8.14"]