MVN

de.julielab : jcore-biosem-ae-bionlp-st11

Maven & Gradle

Dec 18, 2022
7 stars

JCoRe BioSem AE, BioNLP SharedTask 2011 · This project employs the JCoRe BioSem wrapper (jcore-biosem-ae) with a BioSem database trained on the BioNLP SharedTask 2011 train and development (that is, "mixed") data for biological event extraction.

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>jcore-biosem-ae-bionlp-st11</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.julielab : jcore-biosem-ae-bionlp-st11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of de.julielab : jcore-biosem-ae-bionlp-st11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
jcore-biosem-ae-bionlp-st11-2.6.0
2.5.x
jcore-biosem-ae-bionlp-st11-2.5.1
jcore-biosem-ae-bionlp-st11-2.5.0
2.4.x
jcore-biosem-ae-bionlp-st11-2.4.0
2.3.x
jcore-biosem-ae-bionlp-st11-2.3.10
jcore-biosem-ae-bionlp-st11-2.3.8
jcore-biosem-ae-bionlp-st11-2.3.1
jcore-biosem-ae-bionlp-st11-2.3.0
2.2.x
jcore-biosem-ae-bionlp-st11-2.2.0
2.1.x
jcore-biosem-ae-bionlp-st11-2.1.0
2.0.x
jcore-biosem-ae-bionlp-st11-2.0.0

How to add a dependency to Maven

Add the following de.julielab : jcore-biosem-ae-bionlp-st11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>jcore-biosem-ae-bionlp-st11</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.julielab : jcore-biosem-ae-bionlp-st11 gradle dependency to your build.gradle file:

implementation 'de.julielab:jcore-biosem-ae-bionlp-st11:2.6.0'

Gradle Kotlin DSL: Add the following de.julielab : jcore-biosem-ae-bionlp-st11 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.julielab:jcore-biosem-ae-bionlp-st11:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.julielab : jcore-biosem-ae-bionlp-st11 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.julielab" % "jcore-biosem-ae-bionlp-st11" % "2.6.0"