MVN

org.apache.excalibur.testcase : excalibur-testcase

Maven & Gradle

Feb 15, 2007
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>org.apache.excalibur.testcase</groupId>
    <artifactId>excalibur-testcase</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.excalibur.testcase : excalibur-testcase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of org.apache.excalibur.testcase : excalibur-testcase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
excalibur-testcase-2.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.excalibur.testcase</groupId>
    <artifactId>excalibur-testcase</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.excalibur.testcase:excalibur-testcase:2.2.1'

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

implementation("org.apache.excalibur.testcase:excalibur-testcase:2.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.excalibur.testcase" % "excalibur-testcase" % "2.2.1"

Advertisement