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