MVN

org.broadinstitute : gatk-native-bindings

Maven & Gradle

Jan 05, 2018
9 usages
3 stars

gatk-native-bindings · Bindings for native libraries to implement to be compatible with GATK4

<dependency>
    <groupId>org.broadinstitute</groupId>
    <artifactId>gatk-native-bindings</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.broadinstitute : gatk-native-bindings to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 0.1.0-rc-1

All Versions

Choose a version of org.broadinstitute : gatk-native-bindings to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gatk-native-bindings-1.0.0
0.1.x
gatk-native-bindings-0.1.0-rc-1
0.0.x
gatk-native-bindings-0.0.5
gatk-native-bindings-0.0.3
gatk-native-bindings-0.0.2
gatk-native-bindings-0.0.1

How to add a dependency to Maven

Add the following org.broadinstitute : gatk-native-bindings maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.broadinstitute</groupId>
    <artifactId>gatk-native-bindings</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.broadinstitute : gatk-native-bindings gradle dependency to your build.gradle file:

implementation 'org.broadinstitute:gatk-native-bindings:1.0.0'

Gradle Kotlin DSL: Add the following org.broadinstitute : gatk-native-bindings gradle kotlin dependency to your build.gradle.kts file:

implementation("org.broadinstitute:gatk-native-bindings:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.broadinstitute : gatk-native-bindings sbt scala dependency to your build.sbt file:

libraryDependencies += "org.broadinstitute" % "gatk-native-bindings" % "1.0.0"

Advertisement