| License | 
                License | 
        
|---|---|
| GroupId | GroupIdio.bluebank.braid | 
    
| ArtifactId | ArtifactIdbraid | 
    
| Last Version | Last Version4.1.2-RC13 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionbraid parent 
            a library to make it easy to write new services and apps with fewer
    configuration headaches 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| braid-4.1.2-RC13.pom | 21 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.bluebank.braid/braid/ -->
<dependency>
    <groupId>io.bluebank.braid</groupId>
    <artifactId>braid</artifactId>
    <version>4.1.2-RC13</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.bluebank.braid/braid/
implementation 'io.bluebank.braid:braid:4.1.2-RC13'
                // https://jarcasting.com/artifacts/io.bluebank.braid/braid/
implementation ("io.bluebank.braid:braid:4.1.2-RC13")
                'io.bluebank.braid:braid:pom:4.1.2-RC13'
                <dependency org="io.bluebank.braid" name="braid" rev="4.1.2-RC13">
  <artifact name="braid" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.bluebank.braid', module='braid', version='4.1.2-RC13')
)
                libraryDependencies += "io.bluebank.braid" % "braid" % "4.1.2-RC13"
                [io.bluebank.braid/braid "4.1.2-RC13"]