is not current version
Last Version 3.0.0

com.github.samtools:htsjdk 1.128

htsjdk

GroupId

GroupId

com.github.samtools
ArtifactId

ArtifactId

htsjdk
Version

Version

1.128
Type

Type

jar

Download htsjdk 1.128


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