MVN

excalibur-component : excalibur-testcase

Maven & Gradle

Sep 20, 2005
4 usages

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.

<dependency>
    <groupId>excalibur-component</groupId>
    <artifactId>excalibur-testcase</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of excalibur-component : excalibur-testcase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of excalibur-component : excalibur-testcase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
excalibur-testcase-2.1

How to add a dependency to Maven

Add the following excalibur-component : excalibur-testcase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>excalibur-component</groupId>
    <artifactId>excalibur-testcase</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following excalibur-component : excalibur-testcase gradle dependency to your build.gradle file:

implementation 'excalibur-component:excalibur-testcase:2.1'

Gradle Kotlin DSL: Add the following excalibur-component : excalibur-testcase gradle kotlin dependency to your build.gradle.kts file:

implementation("excalibur-component:excalibur-testcase:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following excalibur-component : excalibur-testcase sbt scala dependency to your build.sbt file:

libraryDependencies += "excalibur-component" % "excalibur-testcase" % "2.1"

Advertisement