License |
License |
---|---|
GroupId | GroupIdorg.apache.cocoon |
ArtifactId | ArtifactIdcocoon-tools-modules |
Last Version | Last Version8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCocoon Tools [modules]
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cocoon-tools-modules-8.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-tools-modules/ -->
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-tools-modules</artifactId>
<version>8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-tools-modules/
implementation 'org.apache.cocoon:cocoon-tools-modules:8'
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-tools-modules/
implementation ("org.apache.cocoon:cocoon-tools-modules:8")
'org.apache.cocoon:cocoon-tools-modules:pom:8'
<dependency org="org.apache.cocoon" name="cocoon-tools-modules" rev="8">
<artifact name="cocoon-tools-modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon', module='cocoon-tools-modules', version='8')
)
libraryDependencies += "org.apache.cocoon" % "cocoon-tools-modules" % "8"
[org.apache.cocoon/cocoon-tools-modules "8"]