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