License |
License
The Apache License, Version 2.0
|
---|---|
GroupId | GroupIdorg.codehaus.cake |
ArtifactId | ArtifactIdcake-root-pom |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCake
|
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
cake-root-pom-0.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.cake/cake-root-pom/ -->
<dependency>
<groupId>org.codehaus.cake</groupId>
<artifactId>cake-root-pom</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.cake/cake-root-pom/
implementation 'org.codehaus.cake:cake-root-pom:0.1'
// https://jarcasting.com/artifacts/org.codehaus.cake/cake-root-pom/
implementation ("org.codehaus.cake:cake-root-pom:0.1")
'org.codehaus.cake:cake-root-pom:pom:0.1'
<dependency org="org.codehaus.cake" name="cake-root-pom" rev="0.1">
<artifact name="cake-root-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.cake', module='cake-root-pom', version='0.1')
)
libraryDependencies += "org.codehaus.cake" % "cake-root-pom" % "0.1"
[org.codehaus.cake/cake-root-pom "0.1"]