e

excalibur-component

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.
文件下载
文件名 操作
excalibur-component-2.2.1.jar 下载
excalibur-component-2.2.1.pom 下载
excalibur-component-2.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.excalibur.component</groupId>
  <artifactId>excalibur-component</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.excalibur.component:excalibur-component:2.2.1'
Gradle Kotlin
implementation("org.apache.excalibur.component:excalibur-component:2.2.1")
Scala SBT
libraryDependencies += "org.apache.excalibur.component" % "excalibur-component" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.excalibur.component', module='excalibur-component', version='2.2.1')
)
Apache Ivy
<dependency org="org.apache.excalibur.component" name="excalibur-component" rev="2.2.1" />
Leiningen
[org.apache.excalibur.component/excalibur-component "2.2.1"]
Apache Buildr
'org.apache.excalibur.component:excalibur-component:jar:2.2.1'