MVN

nl.systemsgenetics : Genotype-Harmonizer

Maven & Gradle

Mar 21, 2016

Genotype Harmonizer

<dependency>
    <groupId>nl.systemsgenetics</groupId>
    <artifactId>Genotype-Harmonizer</artifactId>
    <version>1.4.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.systemsgenetics : Genotype-Harmonizer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.16

All Versions

Choose a version of nl.systemsgenetics : Genotype-Harmonizer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
Genotype-Harmonizer-1.4.16
Genotype-Harmonizer-1.4.11
Genotype-Harmonizer-1.4.6

How to add a dependency to Maven

Add the following nl.systemsgenetics : Genotype-Harmonizer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.systemsgenetics</groupId>
    <artifactId>Genotype-Harmonizer</artifactId>
    <version>1.4.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.systemsgenetics : Genotype-Harmonizer gradle dependency to your build.gradle file:

implementation 'nl.systemsgenetics:Genotype-Harmonizer:1.4.16'

Gradle Kotlin DSL: Add the following nl.systemsgenetics : Genotype-Harmonizer gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.systemsgenetics:Genotype-Harmonizer:1.4.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.systemsgenetics : Genotype-Harmonizer sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.systemsgenetics" % "Genotype-Harmonizer" % "1.4.16"