| Группа | Группаexcalibur-component |
|---|---|
| Идентификатор | Идентификаторexcalibur-testcase |
| Последняя версия | Последняя версия2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Имя Файла | Размер |
|---|---|
| excalibur-testcase-2.1.pom | |
| excalibur-testcase-2.1.jar | 28 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |