Download htsjdk-1.143.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 1.143 in this page.

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

htsjdk-1.143-javadoc.jar
htsjdk-1.143-sources.jar
htsjdk-1.143.jar
htsjdk-1.143.pom



Related Tutorials