| GroupId | GroupIdorg.codehaus.cjcook | 
|---|---|
| ArtifactId | ArtifactIdcjcook-content | 
| Last Version | Last Version0.19 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCommon Java Cookbook DocBook XML Content A Common Cookbook for Java | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| cjcook-content-0.19.pom | |
| cjcook-content-0.19.jar | 524 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.codehaus.cjcook/cjcook-content/ -->
<dependency>
    <groupId>org.codehaus.cjcook</groupId>
    <artifactId>cjcook-content</artifactId>
    <version>0.19</version>
</dependency>// https://jarcasting.com/artifacts/org.codehaus.cjcook/cjcook-content/
implementation 'org.codehaus.cjcook:cjcook-content:0.19'// https://jarcasting.com/artifacts/org.codehaus.cjcook/cjcook-content/
implementation ("org.codehaus.cjcook:cjcook-content:0.19")'org.codehaus.cjcook:cjcook-content:jar:0.19'<dependency org="org.codehaus.cjcook" name="cjcook-content" rev="0.19">
  <artifact name="cjcook-content" type="jar" />
</dependency>@Grapes(
@Grab(group='org.codehaus.cjcook', module='cjcook-content', version='0.19')
)libraryDependencies += "org.codehaus.cjcook" % "cjcook-content" % "0.19"[org.codehaus.cjcook/cjcook-content "0.19"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.codehaus.cjcook : cjcook-examples | jar | 0.19 | 
| junit : junit | jar | 3.8.1 |