MVN

de.charite.compbio : jannovar-inheritance-checker

Maven & Gradle

Dec 19, 2016
50 stars

jannovar-inheritance-checker is a library to filter variantContext with inheritances

<dependency>
    <groupId>de.charite.compbio</groupId>
    <artifactId>jannovar-inheritance-checker</artifactId>
    <version>0.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.charite.compbio : jannovar-inheritance-checker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20

All Versions

Choose a version of de.charite.compbio : jannovar-inheritance-checker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20
jannovar-inheritance-checker-0.20
0.19
jannovar-inheritance-checker-0.19
0.18
jannovar-inheritance-checker-0.18
0.17
jannovar-inheritance-checker-0.17
0.16
jannovar-inheritance-checker-0.16
0.15
jannovar-inheritance-checker-0.15

How to add a dependency to Maven

Add the following de.charite.compbio : jannovar-inheritance-checker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.charite.compbio</groupId>
    <artifactId>jannovar-inheritance-checker</artifactId>
    <version>0.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.charite.compbio : jannovar-inheritance-checker gradle dependency to your build.gradle file:

implementation 'de.charite.compbio:jannovar-inheritance-checker:0.20'

Gradle Kotlin DSL: Add the following de.charite.compbio : jannovar-inheritance-checker gradle kotlin dependency to your build.gradle.kts file:

implementation("de.charite.compbio:jannovar-inheritance-checker:0.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.charite.compbio : jannovar-inheritance-checker sbt scala dependency to your build.sbt file:

libraryDependencies += "de.charite.compbio" % "jannovar-inheritance-checker" % "0.20"