| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.codehaus.cjcook | 
| ArtifactId | ArtifactIdcjcook-eclipse | 
| Last Version | Last Version0.19 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCommon Java Cookbook Eclipse Document A Common Cookbook for Java | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| cjcook-eclipse-0.19.pom | |
| cjcook-eclipse-0.19.jar | 83 KB | 
| Browse | 
<!-- 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"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.codehaus.cjcook : cjcook-content | jar | 0.19 | 
| junit : junit | jar | 3.8.1 |