MVN

de.julielab : jcore-gnp-bioc-reader

Maven & Gradle

Dec 08, 2022
22 stars

JCoRe GNormPlus BioC Reader · A reader for the BioC format used by GNormPlus. Reads the text and the annotations, both species and genes.

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>jcore-gnp-bioc-reader</artifactId>
    <version>2.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.julielab : jcore-gnp-bioc-reader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.3

All Versions

Choose a version of de.julielab : jcore-gnp-bioc-reader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
jcore-gnp-bioc-reader-2.6.3
jcore-gnp-bioc-reader-2.6.2
jcore-gnp-bioc-reader-2.6.1
jcore-gnp-bioc-reader-2.6.0

How to add a dependency to Maven

Add the following de.julielab : jcore-gnp-bioc-reader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>jcore-gnp-bioc-reader</artifactId>
    <version>2.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.julielab : jcore-gnp-bioc-reader gradle dependency to your build.gradle file:

implementation 'de.julielab:jcore-gnp-bioc-reader:2.6.3'

Gradle Kotlin DSL: Add the following de.julielab : jcore-gnp-bioc-reader gradle kotlin dependency to your build.gradle.kts file:

implementation("de.julielab:jcore-gnp-bioc-reader:2.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.julielab : jcore-gnp-bioc-reader sbt scala dependency to your build.sbt file:

libraryDependencies += "de.julielab" % "jcore-gnp-bioc-reader" % "2.6.3"

Advertisement