GroupId | GroupIdcom.github.samtools |
---|---|
ArtifactId | ArtifactIdhtsjdk |
Version | Version2.14.2 |
Type | Typejar |
Filename | Size |
---|---|
htsjdk-2.14.2.pom | |
htsjdk-2.14.2.jar | 1 MB |
htsjdk-2.14.2-sources.jar | 1 MB |
htsjdk-2.14.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.samtools/htsjdk/ -->
<dependency>
<groupId>com.github.samtools</groupId>
<artifactId>htsjdk</artifactId>
<version>2.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.samtools/htsjdk/
implementation 'com.github.samtools:htsjdk:2.14.2'
// https://jarcasting.com/artifacts/com.github.samtools/htsjdk/
implementation ("com.github.samtools:htsjdk:2.14.2")
'com.github.samtools:htsjdk:jar:2.14.2'
<dependency org="com.github.samtools" name="htsjdk" rev="2.14.2">
<artifact name="htsjdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.samtools', module='htsjdk', version='2.14.2')
)
libraryDependencies += "com.github.samtools" % "htsjdk" % "2.14.2"
[com.github.samtools/htsjdk "2.14.2"]