License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdorg.broadinstitute |
ArtifactId | ArtifactIdgatk-native-bindings |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongatk-native-bindings
Bindings for native libraries to implement to be compatible with GATK4
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.broadinstitute/gatk-native-bindings/ -->
<dependency>
<groupId>org.broadinstitute</groupId>
<artifactId>gatk-native-bindings</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.broadinstitute/gatk-native-bindings/
implementation 'org.broadinstitute:gatk-native-bindings:1.0.0'
// https://jarcasting.com/artifacts/org.broadinstitute/gatk-native-bindings/
implementation ("org.broadinstitute:gatk-native-bindings:1.0.0")
'org.broadinstitute:gatk-native-bindings:jar:1.0.0'
<dependency org="org.broadinstitute" name="gatk-native-bindings" rev="1.0.0">
<artifact name="gatk-native-bindings" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.broadinstitute', module='gatk-native-bindings', version='1.0.0')
)
libraryDependencies += "org.broadinstitute" % "gatk-native-bindings" % "1.0.0"
[org.broadinstitute/gatk-native-bindings "1.0.0"]