e

excalibur-testcase

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