License |
License |
---|---|
GroupId | GroupIdorg.broadinstitute |
ArtifactId | ArtifactIdgatk |
Last Version | Last Version4.2.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGATK4
Development on GATK 4
|
Project URL |
Project URL |
Filename | Size |
---|---|
gatk-4.2.6.1.pom | |
gatk-4.2.6.1.jar | 44 MB |
gatk-4.2.6.1-sources.jar | 42 MB |
gatk-4.2.6.1-javadoc.jar | 9 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.broadinstitute/gatk/ -->
<dependency>
<groupId>org.broadinstitute</groupId>
<artifactId>gatk</artifactId>
<version>4.2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.broadinstitute/gatk/
implementation 'org.broadinstitute:gatk:4.2.6.1'
// https://jarcasting.com/artifacts/org.broadinstitute/gatk/
implementation ("org.broadinstitute:gatk:4.2.6.1")
'org.broadinstitute:gatk:jar:4.2.6.1'
<dependency org="org.broadinstitute" name="gatk" rev="4.2.6.1">
<artifact name="gatk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.broadinstitute', module='gatk', version='4.2.6.1')
)
libraryDependencies += "org.broadinstitute" % "gatk" % "4.2.6.1"
[org.broadinstitute/gatk "4.2.6.1"]