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