| GroupId | GroupIdexcalibur | 
|---|---|
| ArtifactId | ArtifactIdexcalibur-fortress | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| excalibur-fortress-1.0.pom | |
| excalibur-fortress-1.0.jar | 199 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/excalibur/excalibur-fortress/ -->
<dependency>
    <groupId>excalibur</groupId>
    <artifactId>excalibur-fortress</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/excalibur/excalibur-fortress/
implementation 'excalibur:excalibur-fortress:1.0'// https://jarcasting.com/artifacts/excalibur/excalibur-fortress/
implementation ("excalibur:excalibur-fortress:1.0")'excalibur:excalibur-fortress:jar:1.0'<dependency org="excalibur" name="excalibur-fortress" rev="1.0">
  <artifact name="excalibur-fortress" type="jar" />
</dependency>@Grapes(
@Grab(group='excalibur', module='excalibur-fortress', version='1.0')
)libraryDependencies += "excalibur" % "excalibur-fortress" % "1.0"[excalibur/excalibur-fortress "1.0"]