License |
License |
---|---|
GroupId | GroupIdorg.apache.excalibur.testcase |
ArtifactId | ArtifactIdexcalibur-testcase |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExcalibur 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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
excalibur-testcase-2.2.1.pom | |
excalibur-testcase-2.2.1.jar | 23 KB |
excalibur-testcase-2.2.1-sources.jar | 18 KB |
excalibur-testcase-2.2.1-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.excalibur.testcase/excalibur-testcase/ -->
<dependency>
<groupId>org.apache.excalibur.testcase</groupId>
<artifactId>excalibur-testcase</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.excalibur.testcase/excalibur-testcase/
implementation 'org.apache.excalibur.testcase:excalibur-testcase:2.2.1'
// https://jarcasting.com/artifacts/org.apache.excalibur.testcase/excalibur-testcase/
implementation ("org.apache.excalibur.testcase:excalibur-testcase:2.2.1")
'org.apache.excalibur.testcase:excalibur-testcase:jar:2.2.1'
<dependency org="org.apache.excalibur.testcase" name="excalibur-testcase" rev="2.2.1">
<artifact name="excalibur-testcase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.excalibur.testcase', module='excalibur-testcase', version='2.2.1')
)
libraryDependencies += "org.apache.excalibur.testcase" % "excalibur-testcase" % "2.2.1"
[org.apache.excalibur.testcase/excalibur-testcase "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.avalon.framework : avalon-framework-api | jar | 4.3.1 |
org.apache.avalon.framework : avalon-framework-impl | jar | 4.3.1 |
org.apache.excalibur.component : excalibur-component | jar | 2.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |