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