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