| License | License | 
|---|---|
| GroupId | GroupIdcom.milaboratory | 
| ArtifactId | ArtifactIdmitools | 
| Last Version | Last Version1.5 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMiTools Yet another Java library for Next Generation Sequencing (NGS) data processing. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| mitools-1.5.pom | |
| mitools-1.5.jar | 39 KB | 
| mitools-1.5-sources.jar | 23 KB | 
| mitools-1.5-javadoc.jar | 155 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.milaboratory/mitools/ -->
<dependency>
    <groupId>com.milaboratory</groupId>
    <artifactId>mitools</artifactId>
    <version>1.5</version>
</dependency>// https://jarcasting.com/artifacts/com.milaboratory/mitools/
implementation 'com.milaboratory:mitools:1.5'// https://jarcasting.com/artifacts/com.milaboratory/mitools/
implementation ("com.milaboratory:mitools:1.5")'com.milaboratory:mitools:jar:1.5'<dependency org="com.milaboratory" name="mitools" rev="1.5">
  <artifact name="mitools" type="jar" />
</dependency>@Grapes(
@Grab(group='com.milaboratory', module='mitools', version='1.5')
)libraryDependencies += "com.milaboratory" % "mitools" % "1.5"[com.milaboratory/mitools "1.5"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.milaboratory : milib | jar | 1.8 | 
| com.beust : jcommander | jar | 1.48 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.milaboratory : milib | test-jar | 1.8 | 
| junit : junit | jar | 4.10 | 
| org.mockito : mockito-all | jar | 1.9.5 |