не последняя версия
Последняя версия 3.0.0

com.github.samtools:htsjdk 1.137

htsjdk

Группа

Группа

com.github.samtools
Идентификатор

Идентификатор

htsjdk
Версия

Версия

1.137
Тип

Тип

jar

Скачать htsjdk 1.137


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