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