License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdorg.codehaus.cake.util |
ArtifactId | ArtifactIdcake-util |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionCake Util
This library contains Utility classes that are used across all Cake projects
|
Project Organization |
Project OrganizationThe Codehaus |
Filename | Size |
---|---|
cake-util-0.1.pom | |
cake-util-0.1.jar | 37 KB |
cake-util-0.1-sources.jar | 21 KB |
cake-util-0.1-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.cake.util/cake-util/ -->
<dependency>
<groupId>org.codehaus.cake.util</groupId>
<artifactId>cake-util</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.cake.util/cake-util/
implementation 'org.codehaus.cake.util:cake-util:0.1'
// https://jarcasting.com/artifacts/org.codehaus.cake.util/cake-util/
implementation ("org.codehaus.cake.util:cake-util:0.1")
'org.codehaus.cake.util:cake-util:jar:0.1'
<dependency org="org.codehaus.cake.util" name="cake-util" rev="0.1">
<artifact name="cake-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.cake.util', module='cake-util', version='0.1')
)
libraryDependencies += "org.codehaus.cake.util" % "cake-util" % "0.1"
[org.codehaus.cake.util/cake-util "0.1"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.13 |
commons-logging : commons-logging | jar | 1.0.4 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.cake.test : cake-test-util | jar | 0.1 |