| Группа | Группаcom.github.samtools |
|---|---|
| Идентификатор | Идентификаторhtsjdk |
| Версия | Версия2.5.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| htsjdk-2.5.1.pom | |
| htsjdk-2.5.1.jar | 1 MB |
| htsjdk-2.5.1-sources.jar | 1 MB |
| htsjdk-2.5.1-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.samtools/htsjdk/ -->
<dependency>
<groupId>com.github.samtools</groupId>
<artifactId>htsjdk</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.samtools/htsjdk/
implementation 'com.github.samtools:htsjdk:2.5.1'
// https://jarcasting.com/artifacts/com.github.samtools/htsjdk/
implementation ("com.github.samtools:htsjdk:2.5.1")
'com.github.samtools:htsjdk:jar:2.5.1'
<dependency org="com.github.samtools" name="htsjdk" rev="2.5.1">
<artifact name="htsjdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.samtools', module='htsjdk', version='2.5.1')
)
libraryDependencies += "com.github.samtools" % "htsjdk" % "2.5.1"
[com.github.samtools/htsjdk "2.5.1"]