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 Vulnerabilities Updated
0.8
li2b2-client-0.8
0.7
li2b2-client-0.7
0.6
li2b2-client-0.6
0.5
li2b2-client-0.5
0.4
li2b2-client-0.4
0.3
li2b2-client-0.3
0.2
li2b2-client-0.2
0.1
li2b2-client-0.1

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"

Advertisement

Dependencies from Group

Oct 09, 2020
2 usages
2 stars
Oct 09, 2020
2 usages
2 stars
Oct 09, 2020
2 usages
2 stars
Oct 09, 2020
1 usages
2 stars
Oct 09, 2020
2 stars

Discover Dependencies