| GroupId | GroupIdexcalibur-fortress | 
    
|---|---|
| ArtifactId | ArtifactIdexcalibur-fortress-testcase | 
    
| Last Version | Last Version1.2 | 
        
| Release Date | Release Date | 
        
| 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. 
         | 
    
| Filename | Size | 
|---|---|
| excalibur-fortress-testcase-1.2.pom | |
| excalibur-fortress-testcase-1.2.jar | 15 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/excalibur-fortress/excalibur-fortress-testcase/ -->
<dependency>
    <groupId>excalibur-fortress</groupId>
    <artifactId>excalibur-fortress-testcase</artifactId>
    <version>1.2</version>
</dependency>
                // https://jarcasting.com/artifacts/excalibur-fortress/excalibur-fortress-testcase/
implementation 'excalibur-fortress:excalibur-fortress-testcase:1.2'
                // https://jarcasting.com/artifacts/excalibur-fortress/excalibur-fortress-testcase/
implementation ("excalibur-fortress:excalibur-fortress-testcase:1.2")
                'excalibur-fortress:excalibur-fortress-testcase:jar:1.2'
                <dependency org="excalibur-fortress" name="excalibur-fortress-testcase" rev="1.2">
  <artifact name="excalibur-fortress-testcase" type="jar" />
</dependency>
                @Grapes(
@Grab(group='excalibur-fortress', module='excalibur-fortress-testcase', version='1.2')
)
                libraryDependencies += "excalibur-fortress" % "excalibur-fortress-testcase" % "1.2"
                [excalibur-fortress/excalibur-fortress-testcase "1.2"]