Common Java Cookbook Eclipse Document

A Common Cookbook for Java

Categories

Categories

CLI User Interface
GroupId

GroupId

org.codehaus.cjcook
ArtifactId

ArtifactId

cjcook-eclipse
Last Version

Last Version

0.19
Release Date

Release Date

Type

Type

jar
Description

Description

Common Java Cookbook Eclipse Document
A Common Cookbook for Java
Project URL

Project URL

http://www.discursive.com/books/cjcook/cjcook-eclipse
Project Organization

Project Organization

Discursive

Download cjcook-eclipse

How to add to project

<!-- https://jarcasting.com/artifacts/org.codehaus.cjcook/cjcook-eclipse/ -->
<dependency>
    <groupId>org.codehaus.cjcook</groupId>
    <artifactId>cjcook-eclipse</artifactId>
    <version>0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.cjcook/cjcook-eclipse/
implementation 'org.codehaus.cjcook:cjcook-eclipse:0.19'
// https://jarcasting.com/artifacts/org.codehaus.cjcook/cjcook-eclipse/
implementation ("org.codehaus.cjcook:cjcook-eclipse:0.19")
'org.codehaus.cjcook:cjcook-eclipse:jar:0.19'
<dependency org="org.codehaus.cjcook" name="cjcook-eclipse" rev="0.19">
  <artifact name="cjcook-eclipse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.cjcook', module='cjcook-eclipse', version='0.19')
)
libraryDependencies += "org.codehaus.cjcook" % "cjcook-eclipse" % "0.19"
[org.codehaus.cjcook/cjcook-eclipse "0.19"]

Dependencies

compile (2)

Group / Artifact Type Version
org.codehaus.cjcook : cjcook-content jar 0.19
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.19
0.17