License |
License |
---|---|
GroupId | GroupIdorg.apache.cocoon |
ArtifactId | ArtifactIdcocoon-bootstrap |
Version | Version1.0.0-M1 |
Type | Typejar |
Description |
DescriptionCocoon Bootstrap Implementation
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-bootstrap-1.0.0-M1.pom | |
cocoon-bootstrap-1.0.0-M1.jar | 27 KB |
cocoon-bootstrap-1.0.0-M1-sources.jar | 21 KB |
cocoon-bootstrap-1.0.0-M1-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-bootstrap/ -->
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-bootstrap</artifactId>
<version>1.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-bootstrap/
implementation 'org.apache.cocoon:cocoon-bootstrap:1.0.0-M1'
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-bootstrap/
implementation ("org.apache.cocoon:cocoon-bootstrap:1.0.0-M1")
'org.apache.cocoon:cocoon-bootstrap:jar:1.0.0-M1'
<dependency org="org.apache.cocoon" name="cocoon-bootstrap" rev="1.0.0-M1">
<artifact name="cocoon-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon', module='cocoon-bootstrap', version='1.0.0-M1')
)
libraryDependencies += "org.apache.cocoon" % "cocoon-bootstrap" % "1.0.0-M1"
[org.apache.cocoon/cocoon-bootstrap "1.0.0-M1"]
Group / Artifact | Type | Version |
---|---|---|
commons-jci » commons-jci | jar | r306555 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.3 |