is not current version
Last Version 4

org.codehaus:codehaus-parent 3

The Codehaus is a collaborative environment for building open source projects with a strong emphasis on modern languages, focussed on quality components that meet real world needs.

GroupId

GroupId

org.codehaus
ArtifactId

ArtifactId

codehaus-parent
Version

Version

3
Type

Type

pom

Download codehaus-parent 3

Filename Size
codehaus-parent-3.pom 4 KB
Browse

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