MVN

io.bluebank.braid : braid-server

Maven & Gradle

Dec 12, 2019

braid-server

<dependency>
    <groupId>io.bluebank.braid</groupId>
    <artifactId>braid-server</artifactId>
    <version>4.1.1-patch-01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bluebank.braid : braid-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.1-patch-01
  • Latest Release Candidate: 4.1.2-RC13

All Versions

Choose a version of io.bluebank.braid : braid-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
braid-server-4.1.2-RC13
braid-server-4.1.2-RC12
braid-server-4.1.2-RC11
braid-server-4.1.2-RC10
braid-server-4.1.2-RC08
braid-server-4.1.2-RC07
braid-server-4.1.2-RC06
braid-server-4.1.1-patch-01

How to add a dependency to Maven

Add the following io.bluebank.braid : braid-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.bluebank.braid</groupId>
    <artifactId>braid-server</artifactId>
    <version>4.1.1-patch-01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bluebank.braid : braid-server gradle dependency to your build.gradle file:

implementation 'io.bluebank.braid:braid-server:4.1.1-patch-01'

Gradle Kotlin DSL: Add the following io.bluebank.braid : braid-server gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bluebank.braid:braid-server:4.1.1-patch-01")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bluebank.braid : braid-server sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bluebank.braid" % "braid-server" % "4.1.1-patch-01"

Advertisement