| License |
License |
|---|---|
| GroupId | GroupIdorg.broadinstitute |
| ArtifactId | ArtifactIdgatk |
| Version | Version4.2.1.0 |
| Type | Typejar |
| Description |
DescriptionGATK4
Development on GATK 4
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| gatk-4.2.1.0.pom | |
| gatk-4.2.1.0.jar | 45 MB |
| gatk-4.2.1.0-sources.jar | 43 MB |
| gatk-4.2.1.0-javadoc.jar | 10 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.broadinstitute/gatk/ -->
<dependency>
<groupId>org.broadinstitute</groupId>
<artifactId>gatk</artifactId>
<version>4.2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.broadinstitute/gatk/
implementation 'org.broadinstitute:gatk:4.2.1.0'
// https://jarcasting.com/artifacts/org.broadinstitute/gatk/
implementation ("org.broadinstitute:gatk:4.2.1.0")
'org.broadinstitute:gatk:jar:4.2.1.0'
<dependency org="org.broadinstitute" name="gatk" rev="4.2.1.0">
<artifact name="gatk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.broadinstitute', module='gatk', version='4.2.1.0')
)
libraryDependencies += "org.broadinstitute" % "gatk" % "4.2.1.0"
[org.broadinstitute/gatk "4.2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 2.28.2 |
| com.google.jimfs : jimfs | jar | 1.1 |