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