License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdorg.codehaus.cake.attributes |
ArtifactId | ArtifactIdcake-attributes |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCake Attributes
This library contains the Cake Attributes package
|
Project Organization |
Project OrganizationThe Codehaus |
Filename | Size |
---|---|
cake-attributes-0.1.pom | |
cake-attributes-0.1.jar | 38 KB |
cake-attributes-0.1-sources.jar | 37 KB |
cake-attributes-0.1-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.cake.attributes/cake-attributes/ -->
<dependency>
<groupId>org.codehaus.cake.attributes</groupId>
<artifactId>cake-attributes</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.cake.attributes/cake-attributes/
implementation 'org.codehaus.cake.attributes:cake-attributes:0.1'
// https://jarcasting.com/artifacts/org.codehaus.cake.attributes/cake-attributes/
implementation ("org.codehaus.cake.attributes:cake-attributes:0.1")
'org.codehaus.cake.attributes:cake-attributes:jar:0.1'
<dependency org="org.codehaus.cake.attributes" name="cake-attributes" rev="0.1">
<artifact name="cake-attributes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.cake.attributes', module='cake-attributes', version='0.1')
)
libraryDependencies += "org.codehaus.cake.attributes" % "cake-attributes" % "0.1"
[org.codehaus.cake.attributes/cake-attributes "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.cake.test : cake-test-util | jar | 0.1 |