GroupId | GroupIdorg.codehaus |
---|---|
ArtifactId | ArtifactIdcodehaus-parent |
Last Version | Last Version4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCodehaus Parent
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.
|
Filename | Size |
---|---|
codehaus-parent-4.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus/codehaus-parent/ -->
<dependency>
<groupId>org.codehaus</groupId>
<artifactId>codehaus-parent</artifactId>
<version>4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus/codehaus-parent/
implementation 'org.codehaus:codehaus-parent:4'
// https://jarcasting.com/artifacts/org.codehaus/codehaus-parent/
implementation ("org.codehaus:codehaus-parent:4")
'org.codehaus:codehaus-parent:pom:4'
<dependency org="org.codehaus" name="codehaus-parent" rev="4">
<artifact name="codehaus-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus', module='codehaus-parent', version='4')
)
libraryDependencies += "org.codehaus" % "codehaus-parent" % "4"
[org.codehaus/codehaus-parent "4"]