MVN

de.li2b2.shrine : i2b2-broker

Maven & Gradle

Mar 30, 2019
1 usages
1 stars

Li2b2 SHRINE : Server : i2b2 Service Backend · Exposes i2b2 webservice APIs to distribute queries via an AKTIN SHRINE broker. This application cannot be run on its own and requires an application server also running the li2b2 server.

<dependency>
    <groupId>de.li2b2.shrine</groupId>
    <artifactId>i2b2-broker</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.li2b2.shrine : i2b2-broker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of de.li2b2.shrine : i2b2-broker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4
i2b2-broker-0.4
0.3
i2b2-broker-0.3
0.2
i2b2-broker-0.2

How to add a dependency to Maven

Add the following de.li2b2.shrine : i2b2-broker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.li2b2.shrine</groupId>
    <artifactId>i2b2-broker</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.li2b2.shrine : i2b2-broker gradle dependency to your build.gradle file:

implementation 'de.li2b2.shrine:i2b2-broker:0.4'

Gradle Kotlin DSL: Add the following de.li2b2.shrine : i2b2-broker gradle kotlin dependency to your build.gradle.kts file:

implementation("de.li2b2.shrine:i2b2-broker:0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.li2b2.shrine : i2b2-broker sbt scala dependency to your build.sbt file:

libraryDependencies += "de.li2b2.shrine" % "i2b2-broker" % "0.4"