MVN

de.julielab : gene-mapper-experimental-base

Maven & Gradle

Dec 03, 2022

This project has a lot of business classes to work with genes and related named entities. Genes are part of a GeneDocument and may have gold IDs as well as mapped/predicted IDs. Another large part are species because most (all?) gene ID databases are species specific. So there are also classes or members to represent species mentions and the assignment of species IDs (taxonomy IDs) to genes. There is little to no business logic herein. This project is only useful as building block in other projects dealing with species assignment, gene ID mapping or similar efforts.

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>gene-mapper-experimental-base</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.julielab : gene-mapper-experimental-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of de.julielab : gene-mapper-experimental-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gene-mapper-experimental-base-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>gene-mapper-experimental-base</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.julielab : gene-mapper-experimental-base gradle dependency to your build.gradle file:

implementation 'de.julielab:gene-mapper-experimental-base:1.0.0'

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

implementation("de.julielab:gene-mapper-experimental-base:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.julielab : gene-mapper-experimental-base sbt scala dependency to your build.sbt file:

libraryDependencies += "de.julielab" % "gene-mapper-experimental-base" % "1.0.0"

Advertisement