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