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

com.github.samtools:htsjdk 2.4.1

A Java API for high-throughput sequencing data (HTS) formats

Группа

Группа

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

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

htsjdk
Версия

Версия

2.4.1
Тип

Тип

jar

Скачать htsjdk 2.4.1


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