License |
License |
---|---|
GroupId | GroupIdorg.apache.cocoon |
ArtifactId | ArtifactIdcocoon-template |
Last Version | Last Version2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTemplate framework [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 |
Filename | Size |
---|---|
cocoon-template-2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-template/ -->
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-template</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-template/
implementation 'org.apache.cocoon:cocoon-template:2'
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-template/
implementation ("org.apache.cocoon:cocoon-template:2")
'org.apache.cocoon:cocoon-template:pom:2'
<dependency org="org.apache.cocoon" name="cocoon-template" rev="2">
<artifact name="cocoon-template" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon', module='cocoon-template', version='2')
)
libraryDependencies += "org.apache.cocoon" % "cocoon-template" % "2"
[org.apache.cocoon/cocoon-template "2"]