| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.broadinstitute |
| Идентификатор | Идентификаторgatk |
| Последняя версия | Последняя версия4.2.6.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGATK4
Development on GATK 4
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]