не последняя версия
Последняя версия 1.0.3

com.milaboratory:mitcr-groovy 1.0

MiTCR is an open source software package aimed at extraction of information on repertoire of T-cell clones from Next Generation Sequencing (NGS) data. It is designed with the knowledge of the critical challenges arising in everyday processing of immunological data.

Категории

Категории

Groovy Языки программирования
Группа

Группа

com.milaboratory
Идентификатор

Идентификатор

mitcr-groovy
Версия

Версия

1.0
Тип

Тип

jar

Скачать mitcr-groovy 1.0


<!-- https://jarcasting.com/artifacts/com.milaboratory/mitcr-groovy/ -->
<dependency>
    <groupId>com.milaboratory</groupId>
    <artifactId>mitcr-groovy</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.milaboratory/mitcr-groovy/
implementation 'com.milaboratory:mitcr-groovy:1.0'
// https://jarcasting.com/artifacts/com.milaboratory/mitcr-groovy/
implementation ("com.milaboratory:mitcr-groovy:1.0")
'com.milaboratory:mitcr-groovy:jar:1.0'
<dependency org="com.milaboratory" name="mitcr-groovy" rev="1.0">
  <artifact name="mitcr-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.milaboratory', module='mitcr-groovy', version='1.0')
)
libraryDependencies += "com.milaboratory" % "mitcr-groovy" % "1.0"
[com.milaboratory/mitcr-groovy "1.0"]