GroupId | GroupIdcom.github.samtools |
---|---|
ArtifactId | ArtifactIdhtsjdk |
Version | Version2.14.3 |
Type | Typejar |
Filename | Size |
---|---|
htsjdk-2.14.3.pom | |
htsjdk-2.14.3.jar | 1 MB |
htsjdk-2.14.3-sources.jar | 1 MB |
htsjdk-2.14.3-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.samtools/htsjdk/ -->
<dependency>
<groupId>com.github.samtools</groupId>
<artifactId>htsjdk</artifactId>
<version>2.14.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.samtools/htsjdk/
implementation 'com.github.samtools:htsjdk:2.14.3'
// https://jarcasting.com/artifacts/com.github.samtools/htsjdk/
implementation ("com.github.samtools:htsjdk:2.14.3")
'com.github.samtools:htsjdk:jar:2.14.3'
<dependency org="com.github.samtools" name="htsjdk" rev="2.14.3">
<artifact name="htsjdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.samtools', module='htsjdk', version='2.14.3')
)
libraryDependencies += "com.github.samtools" % "htsjdk" % "2.14.3"
[com.github.samtools/htsjdk "2.14.3"]