h

htsjdk

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