License |
License |
---|---|
GroupId | GroupIdorg.apache.excalibur.fortress.testcase |
ArtifactId | ArtifactIdexcalibur-fortress-testcase |
Version | Version1.3.1 |
Type | Typejar |
Description |
DescriptionExcalibur Fortress TestCase
Provides a base FortressTestCase which can be extended to provide Fortress based testing of components as part
of a JUnit test suite.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.excalibur.fortress.testcase/excalibur-fortress-testcase/ -->
<dependency>
<groupId>org.apache.excalibur.fortress.testcase</groupId>
<artifactId>excalibur-fortress-testcase</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.excalibur.fortress.testcase/excalibur-fortress-testcase/
implementation 'org.apache.excalibur.fortress.testcase:excalibur-fortress-testcase:1.3.1'
// https://jarcasting.com/artifacts/org.apache.excalibur.fortress.testcase/excalibur-fortress-testcase/
implementation ("org.apache.excalibur.fortress.testcase:excalibur-fortress-testcase:1.3.1")
'org.apache.excalibur.fortress.testcase:excalibur-fortress-testcase:jar:1.3.1'
<dependency org="org.apache.excalibur.fortress.testcase" name="excalibur-fortress-testcase" rev="1.3.1">
<artifact name="excalibur-fortress-testcase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.excalibur.fortress.testcase', module='excalibur-fortress-testcase', version='1.3.1')
)
libraryDependencies += "org.apache.excalibur.fortress.testcase" % "excalibur-fortress-testcase" % "1.3.1"
[org.apache.excalibur.fortress.testcase/excalibur-fortress-testcase "1.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.avalon.framework : avalon-framework-api | jar | 4.3.1 |
org.apache.excalibur.fortress.container : excalibur-fortress-container-impl | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |