is not current version
Last Version 20020916

excalibur-component:excalibur-component 2.1

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.

GroupId

GroupId

excalibur-component
ArtifactId

ArtifactId

excalibur-component
Version

Version

2.1
Type

Type

jar

Download excalibur-component 2.1


<!-- https://jarcasting.com/artifacts/excalibur-component/excalibur-component/ -->
<dependency>
    <groupId>excalibur-component</groupId>
    <artifactId>excalibur-component</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/excalibur-component/excalibur-component/
implementation 'excalibur-component:excalibur-component:2.1'
// https://jarcasting.com/artifacts/excalibur-component/excalibur-component/
implementation ("excalibur-component:excalibur-component:2.1")
'excalibur-component:excalibur-component:jar:2.1'
<dependency org="excalibur-component" name="excalibur-component" rev="2.1">
  <artifact name="excalibur-component" type="jar" />
</dependency>
@Grapes(
@Grab(group='excalibur-component', module='excalibur-component', version='2.1')
)
libraryDependencies += "excalibur-component" % "excalibur-component" % "2.1"
[excalibur-component "2.1"]