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