| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.excalibur |
| ArtifactId | ArtifactIdexcalibur |
| Last Version | Last Version3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionExcalibur
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 |
|---|---|
| excalibur-3.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.excalibur/excalibur/ -->
<dependency>
<groupId>org.apache.excalibur</groupId>
<artifactId>excalibur</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.excalibur/excalibur/
implementation 'org.apache.excalibur:excalibur:3'
// https://jarcasting.com/artifacts/org.apache.excalibur/excalibur/
implementation ("org.apache.excalibur:excalibur:3")
'org.apache.excalibur:excalibur:pom:3'
<dependency org="org.apache.excalibur" name="excalibur" rev="3">
<artifact name="excalibur" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.excalibur', module='excalibur', version='3')
)
libraryDependencies += "org.apache.excalibur" % "excalibur" % "3"
[org.apache.excalibur/excalibur "3"]