MVN

de.li2b2.facade : li2b2-client

Maven & Gradle

Oct 09, 2020
2 usages
2 stars

li2b2 : client · Lightweight client implementation to authenticate with an i2b2 hive, manage users/roles and run queries.

<dependency>
    <groupId>de.li2b2.facade</groupId>
    <artifactId>li2b2-client</artifactId>
    <version>0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.li2b2.facade : li2b2-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8

All Versions

Choose a version of de.li2b2.facade : li2b2-client to add to Maven or Gradle - All Versions:

  • Version Updated
  • li2b2-client-0.8

    Oct 08, 2020
  • li2b2-client-0.7

    Feb 24, 2020
  • li2b2-client-0.6

    Mar 29, 2019
  • li2b2-client-0.5

    Oct 10, 2018
  • li2b2-client-0.4

    Jan 18, 2018
  • li2b2-client-0.3

    Mar 07, 2017
  • li2b2-client-0.2

    Feb 09, 2017
  • li2b2-client-0.1

    Nov 18, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>de.li2b2.facade</groupId>
    <artifactId>li2b2-client</artifactId>
    <version>0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.li2b2.facade : li2b2-client gradle dependency to your build.gradle file:

implementation 'de.li2b2.facade:li2b2-client:0.8'

Gradle Kotlin DSL: Add the following de.li2b2.facade : li2b2-client gradle kotlin dependency to your build.gradle.kts file:

implementation("de.li2b2.facade:li2b2-client:0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.li2b2.facade : li2b2-client sbt scala dependency to your build.sbt file:

libraryDependencies += "de.li2b2.facade" % "li2b2-client" % "0.8"