GroupId | GroupIdexcalibur-component |
---|---|
ArtifactId | ArtifactIdexcalibur-testcase |
Last Version | Last Version2.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.
|
Filename | Size |
---|---|
excalibur-testcase-2.1.pom | |
excalibur-testcase-2.1.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/excalibur-component/excalibur-testcase/ -->
<dependency>
<groupId>excalibur-component</groupId>
<artifactId>excalibur-testcase</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/excalibur-component/excalibur-testcase/
implementation 'excalibur-component:excalibur-testcase:2.1'
// https://jarcasting.com/artifacts/excalibur-component/excalibur-testcase/
implementation ("excalibur-component:excalibur-testcase:2.1")
'excalibur-component:excalibur-testcase:jar:2.1'
<dependency org="excalibur-component" name="excalibur-testcase" rev="2.1">
<artifact name="excalibur-testcase" type="jar" />
</dependency>
@Grapes(
@Grab(group='excalibur-component', module='excalibur-testcase', version='2.1')
)
libraryDependencies += "excalibur-component" % "excalibur-testcase" % "2.1"
[excalibur-component/excalibur-testcase "2.1"]
Group / Artifact | Type | Version |
---|---|---|
avalon-logkit : avalon-logkit | jar | 2.1 |
avalon-framework : avalon-framework-api | jar | 4.3 |
avalon-framework : avalon-framework-impl | jar | 4.3 |
excalibur-logger : excalibur-logger | jar | 2.1 |
excalibur-component : excalibur-component | jar | 2.1 |
excalibur-instrument : excalibur-instrument-api | jar | 2.1 |
junit : junit | jar | 3.8.1 |