h

htsjdk

A Java API for high-throughput sequencing data (HTS) formats
https://samtools.github.io/htsjdk/
MIT License
Htsjdk Team
文件下载
文件名 操作
htsjdk-2.21.2.jar 下载
htsjdk-2.21.2.pom 下载
htsjdk-2.21.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.samtools</groupId>
  <artifactId>htsjdk</artifactId>
  <version>2.21.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.samtools:htsjdk:2.21.2'
Gradle Kotlin
implementation("com.github.samtools:htsjdk:2.21.2")
Scala SBT
libraryDependencies += "com.github.samtools" % "htsjdk" % "2.21.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.samtools', module='htsjdk', version='2.21.2')
)
Apache Ivy
<dependency org="com.github.samtools" name="htsjdk" rev="2.21.2" />
Leiningen
[com.github.samtools/htsjdk "2.21.2"]
Apache Buildr
'com.github.samtools:htsjdk:jar:2.21.2'