h

htsjdk

A Java API for high-throughput sequencing data (HTS) formats
http://samtools.github.io/htsjdk/
MIT License
Picard Team
Files download
File Operation
htsjdk-2.6.1.jar download
htsjdk-2.6.1.pom download
htsjdk-2.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.samtools</groupId>
  <artifactId>htsjdk</artifactId>
  <version>2.6.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.samtools:htsjdk:2.6.1'
Gradle Kotlin
implementation("com.github.samtools:htsjdk:2.6.1")
Scala SBT
libraryDependencies += "com.github.samtools" % "htsjdk" % "2.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.samtools', module='htsjdk', version='2.6.1')
)
Apache Ivy
<dependency org="com.github.samtools" name="htsjdk" rev="2.6.1" />
Leiningen
[com.github.samtools/htsjdk "2.6.1"]
Apache Buildr
'com.github.samtools:htsjdk:jar:2.6.1'