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