Last Version

Excalibur Component Manager 2.2.1

This project contains utilities for managing components. ECM is what we call an "avalon container", though it is somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager, usually abbreviated to ECM.

License

License

GroupId

GroupId

org.apache.excalibur.component
ArtifactId

ArtifactId

excalibur-component
Version

Version

2.2.1
Type

Type

jar
Description

Description

Excalibur Component Manager
This project contains utilities for managing components. ECM is what we call an "avalon container", though it is somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager, usually abbreviated to ECM.
Project Organization

Project Organization

Apache Software Foundation
Source Code Management

Source Code Management

https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release

Download excalibur-component 2.2.1


<!-- https://jarcasting.com/artifacts/org.apache.excalibur.component/excalibur-component/ -->
<dependency>
    <groupId>org.apache.excalibur.component</groupId>
    <artifactId>excalibur-component</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.excalibur.component/excalibur-component/
implementation 'org.apache.excalibur.component:excalibur-component:2.2.1'
// https://jarcasting.com/artifacts/org.apache.excalibur.component/excalibur-component/
implementation ("org.apache.excalibur.component:excalibur-component:2.2.1")
'org.apache.excalibur.component:excalibur-component:jar:2.2.1'
<dependency org="org.apache.excalibur.component" name="excalibur-component" rev="2.2.1">
  <artifact name="excalibur-component" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.excalibur.component', module='excalibur-component', version='2.2.1')
)
libraryDependencies += "org.apache.excalibur.component" % "excalibur-component" % "2.2.1"
[org.apache.excalibur.component/excalibur-component "2.2.1"]

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.avalon.framework : avalon-framework-api jar 4.3.1
org.apache.excalibur.containerkit : excalibur-logger jar 2.2.1
org.apache.avalon.logkit : avalon-logkit jar 2.2.1
org.apache.excalibur.components : excalibur-pool-api jar 2.2.1
org.apache.excalibur.components : excalibur-pool-impl jar 2.2.1
org.apache.excalibur.components : excalibur-pool-instrumented jar 2.2.1
org.apache.excalibur.containerkit : excalibur-instrument-api jar 2.2.1
org.apache.excalibur.containerkit : excalibur-instrument-mgr-impl jar 2.2.1

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.3

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.