MVN

de.julielab : gene-species-assignment

Maven & Gradle

Dec 03, 2022

GeNoSa · The task that is the subject of this project is the assignment of taxonomy identifiers to mentions of genes in text documents. The base for the assignment are mostly the mentions of species in the same document.

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>gene-species-assignment</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.julielab : gene-species-assignment to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of de.julielab : gene-species-assignment to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gene-species-assignment-1.0.0

How to add a dependency to Maven

Add the following de.julielab : gene-species-assignment maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>gene-species-assignment</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.julielab : gene-species-assignment gradle dependency to your build.gradle file:

implementation 'de.julielab:gene-species-assignment:1.0.0'

Gradle Kotlin DSL: Add the following de.julielab : gene-species-assignment gradle kotlin dependency to your build.gradle.kts file:

implementation("de.julielab:gene-species-assignment:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.julielab : gene-species-assignment sbt scala dependency to your build.sbt file:

libraryDependencies += "de.julielab" % "gene-species-assignment" % "1.0.0"

Advertisement