MVN

de.julielab : jcore-gnormplus-pubmed-db-reader

Maven & Gradle

Dec 09, 2022
22 stars

JCoRe GNormPlus PubMed Database Multiplier · This is the GNormPlus XML DB multiplier base component that is contained in the JCoRe GNormPlus AE project in jcore-base complemented by the pubmed XML mapping file. This is a drop-in replacement for the PubMed DB Multiplier that runs GNormPlus after the XML data has been added to the CAS. Note that running GNormPlus requires the presence of the GNormPlus resources and external programs in the working directory of the pipeline.

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>jcore-gnormplus-pubmed-db-reader</artifactId>
    <version>2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.julielab : jcore-gnormplus-pubmed-db-reader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.1

All Versions

Choose a version of de.julielab : jcore-gnormplus-pubmed-db-reader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
jcore-gnormplus-pubmed-db-reader-2.6.1

How to add a dependency to Maven

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

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>jcore-gnormplus-pubmed-db-reader</artifactId>
    <version>2.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.julielab : jcore-gnormplus-pubmed-db-reader gradle dependency to your build.gradle file:

implementation 'de.julielab:jcore-gnormplus-pubmed-db-reader:2.6.1'

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

implementation("de.julielab:jcore-gnormplus-pubmed-db-reader:2.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.julielab : jcore-gnormplus-pubmed-db-reader sbt scala dependency to your build.sbt file:

libraryDependencies += "de.julielab" % "jcore-gnormplus-pubmed-db-reader" % "2.6.1"

Advertisement