Download excalibur-testcase-2.2.1.jar file - Jar e

Jar examples for e:excalibur-testcase

Description

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.

You can download jar file excalibur-testcase 2.2.1 in this page.

License

Apache License

Build File

You can use the following script to add excalibur-testcase-2.2.1.jar to your project.

<dependency>
   <groupId>org.apache.excalibur.testcase</groupId>
   <artifactId>excalibur-testcase</artifactId>
   <version>2.2.1</version>
</dependency>
compile group: 'org.apache.excalibur.testcase', name: 'excalibur-testcase', version: '2.2.1'
libraryDependencies += "org.apache.excalibur.testcase" % "excalibur-testcase" % "2.2.1"
<dependency org="org.apache.excalibur.testcase" name="excalibur-testcase" rev="2.2.1"/>
@Grapes(@Grab(group='org.apache.excalibur.testcase', module='excalibur-testcase', version='2.2.1'))
'org.apache.excalibur.testcase:excalibur-testcase:jar:2.2.1'

Download

Click the following link to download the jar file.

excalibur-testcase-2.2.1-javadoc.jar
excalibur-testcase-2.2.1-sources.jar
excalibur-testcase-2.2.1.jar
excalibur-testcase-2.2.1.pom



Related Tutorials