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