| License | License | 
|---|---|
| GroupId | GroupIdcom.milaboratory | 
| ArtifactId | ArtifactIdmitcr | 
| Last Version | Last Version1.0.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMiTCR 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-1.0.3.pom | |
| mitcr-1.0.3.jar | 446 KB | 
| mitcr-1.0.3-sources.jar | 407 KB | 
| mitcr-1.0.3-javadoc.jar | 1 MB | 
| mitcr-1.0.3-distribution.jar | 1015 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.milaboratory/mitcr/ -->
<dependency>
    <groupId>com.milaboratory</groupId>
    <artifactId>mitcr</artifactId>
    <version>1.0.3</version>
</dependency>// https://jarcasting.com/artifacts/com.milaboratory/mitcr/
implementation 'com.milaboratory:mitcr:1.0.3'// https://jarcasting.com/artifacts/com.milaboratory/mitcr/
implementation ("com.milaboratory:mitcr:1.0.3")'com.milaboratory:mitcr:jar:1.0.3'<dependency org="com.milaboratory" name="mitcr" rev="1.0.3">
  <artifact name="mitcr" type="jar" />
</dependency>@Grapes(
@Grab(group='com.milaboratory', module='mitcr', version='1.0.3')
)libraryDependencies += "com.milaboratory" % "mitcr" % "1.0.3"[com.milaboratory/mitcr "1.0.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.milaboratory : micommons | jar | 1.0.3 | 
| commons-cli : commons-cli | jar | 1.2 | 
| net.sf.trove4j : trove4j | jar | 3.0.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.2 |