License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.milaboratory |
ArtifactId | ArtifactIdmitcr-groovy |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmitcr-groovy
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
mitcr-groovy-1.0.3.pom | |
mitcr-groovy-1.0.3.jar | 9 KB |
mitcr-groovy-1.0.3-sources.jar | 3 KB |
mitcr-groovy-1.0.3-javadoc.jar | 37 KB |
mitcr-groovy-1.0.3-distribution.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.milaboratory/mitcr-groovy/ -->
<dependency>
<groupId>com.milaboratory</groupId>
<artifactId>mitcr-groovy</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.milaboratory/mitcr-groovy/
implementation 'com.milaboratory:mitcr-groovy:1.0.3'
// https://jarcasting.com/artifacts/com.milaboratory/mitcr-groovy/
implementation ("com.milaboratory:mitcr-groovy:1.0.3")
'com.milaboratory:mitcr-groovy:jar:1.0.3'
<dependency org="com.milaboratory" name="mitcr-groovy" rev="1.0.3">
<artifact name="mitcr-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.milaboratory', module='mitcr-groovy', version='1.0.3')
)
libraryDependencies += "com.milaboratory" % "mitcr-groovy" % "1.0.3"
[com.milaboratory/mitcr-groovy "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.milaboratory : mitcr | jar | 1.0.3 |
com.milaboratory : mitcr Optional | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.1.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |