is not current version
Last Version 0.9.8

com.googlecode.cedar-common:cedar-build 0.9.1

Gradle plugins and other functionality for use with a standardized build process.

GroupId

GroupId

com.googlecode.cedar-common
ArtifactId

ArtifactId

cedar-build
Version

Version

0.9.1
Type

Type

jar

Download cedar-build 0.9.1


<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-build/ -->
<dependency>
    <groupId>com.googlecode.cedar-common</groupId>
    <artifactId>cedar-build</artifactId>
    <version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-build/
implementation 'com.googlecode.cedar-common:cedar-build:0.9.1'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-build/
implementation ("com.googlecode.cedar-common:cedar-build:0.9.1")
'com.googlecode.cedar-common:cedar-build:jar:0.9.1'
<dependency org="com.googlecode.cedar-common" name="cedar-build" rev="0.9.1">
  <artifact name="cedar-build" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-build', version='0.9.1')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-build" % "0.9.1"
[com.googlecode.cedar-common/cedar-build "0.9.1"]