не последняя версия
Последняя версия 4.2.6.1

org.broadinstitute:gatk 4.0.5.2

Development on GATK 4

Группа

Группа

org.broadinstitute
Идентификатор

Идентификатор

gatk
Версия

Версия

4.0.5.2
Тип

Тип

jar

Скачать gatk 4.0.5.2


<!-- https://jarcasting.com/artifacts/org.broadinstitute/gatk/ -->
<dependency>
    <groupId>org.broadinstitute</groupId>
    <artifactId>gatk</artifactId>
    <version>4.0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.broadinstitute/gatk/
implementation 'org.broadinstitute:gatk:4.0.5.2'
// https://jarcasting.com/artifacts/org.broadinstitute/gatk/
implementation ("org.broadinstitute:gatk:4.0.5.2")
'org.broadinstitute:gatk:jar:4.0.5.2'
<dependency org="org.broadinstitute" name="gatk" rev="4.0.5.2">
  <artifact name="gatk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.broadinstitute', module='gatk', version='4.0.5.2')
)
libraryDependencies += "org.broadinstitute" % "gatk" % "4.0.5.2"
[org.broadinstitute/gatk "4.0.5.2"]