MVN

de.sekmi.histream : histream-i2b2

Maven & Gradle

May 15, 2018
2 usages

HIStream : i2b2

<dependency>
    <groupId>de.sekmi.histream</groupId>
    <artifactId>histream-i2b2</artifactId>
    <version>0.13.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.sekmi.histream : histream-i2b2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.3

All Versions

Choose a version of de.sekmi.histream : histream-i2b2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15
histream-i2b2-0.15
0.14.x
histream-i2b2-0.14.1
0.14
histream-i2b2-0.14
0.13.x
histream-i2b2-0.13.3
histream-i2b2-0.13.1
0.13
histream-i2b2-0.13
0.12.x
histream-i2b2-0.12.1
0.12
histream-i2b2-0.12
0.11
histream-i2b2-0.11
0.10
histream-i2b2-0.10
0.9.x
histream-i2b2-0.9.2
histream-i2b2-0.9.1
0.9
histream-i2b2-0.9
0.8
histream-i2b2-0.8
0.7
histream-i2b2-0.7
0.6
histream-i2b2-0.6
0.5
histream-i2b2-0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>de.sekmi.histream</groupId>
    <artifactId>histream-i2b2</artifactId>
    <version>0.13.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.sekmi.histream : histream-i2b2 gradle dependency to your build.gradle file:

implementation 'de.sekmi.histream:histream-i2b2:0.13.3'

Gradle Kotlin DSL: Add the following de.sekmi.histream : histream-i2b2 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.sekmi.histream:histream-i2b2:0.13.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.sekmi.histream : histream-i2b2 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.sekmi.histream" % "histream-i2b2" % "0.13.3"

Advertisement