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