Download htsjdk-2.14.2.jar file - Jar h

Jar examples for h:htsjdk

Description

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

You can download jar file htsjdk 2.14.2 in this page.

License

MIT License

Build File

You can use the following script to add htsjdk-2.14.2.jar to your project.

<dependency>
   <groupId>com.github.samtools</groupId>
   <artifactId>htsjdk</artifactId>
   <version>2.14.2</version>
</dependency>
compile group: 'com.github.samtools', name: 'htsjdk', version: '2.14.2'
libraryDependencies += "com.github.samtools" % "htsjdk" % "2.14.2"
<dependency org="com.github.samtools" name="htsjdk" rev="2.14.2"/>
@Grapes(@Grab(group='com.github.samtools', module='htsjdk', version='2.14.2'))
'com.github.samtools:htsjdk:jar:2.14.2'

Download

Click the following link to download the jar file.

htsjdk-2.14.2-javadoc.jar
htsjdk-2.14.2-sources.jar
htsjdk-2.14.2.jar
htsjdk-2.14.2.pom



Related Tutorials