is not current version
Last Version 4.1.2-RC13

io.bluebank.braid:braid 3.2.8

a library to make it easy to write new services and apps with fewer configuration headaches

GroupId

GroupId

io.bluebank.braid
ArtifactId

ArtifactId

braid
Version

Version

3.2.8
Type

Type

pom

Download braid 3.2.8

Filename Size
braid-3.2.8.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/io.bluebank.braid/braid/ -->
<dependency>
    <groupId>io.bluebank.braid</groupId>
    <artifactId>braid</artifactId>
    <version>3.2.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bluebank.braid/braid/
implementation 'io.bluebank.braid:braid:3.2.8'
// https://jarcasting.com/artifacts/io.bluebank.braid/braid/
implementation ("io.bluebank.braid:braid:3.2.8")
'io.bluebank.braid:braid:pom:3.2.8'
<dependency org="io.bluebank.braid" name="braid" rev="3.2.8">
  <artifact name="braid" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bluebank.braid', module='braid', version='3.2.8')
)
libraryDependencies += "io.bluebank.braid" % "braid" % "3.2.8"
[io.bluebank.braid/braid "3.2.8"]