| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdorg.opencb.commons |
| ArtifactId | ArtifactIdbioformats |
| Version | Version2.0.0 |
| Type | Typejar |
| Description |
DescriptionOpenCB commons project contains several Java libs for Bioinformatics
|
| Filename | Size |
|---|---|
| bioformats-2.0.0.pom | |
| bioformats-2.0.0.jar | 531 KB |
| bioformats-2.0.0-sources.jar | 402 KB |
| bioformats-2.0.0-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.commons/bioformats/ -->
<dependency>
<groupId>org.opencb.commons</groupId>
<artifactId>bioformats</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.commons/bioformats/
implementation 'org.opencb.commons:bioformats:2.0.0'
// https://jarcasting.com/artifacts/org.opencb.commons/bioformats/
implementation ("org.opencb.commons:bioformats:2.0.0")
'org.opencb.commons:bioformats:jar:2.0.0'
<dependency org="org.opencb.commons" name="bioformats" rev="2.0.0">
<artifact name="bioformats" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.commons', module='bioformats', version='2.0.0')
)
libraryDependencies += "org.opencb.commons" % "bioformats" % "2.0.0"
[org.opencb.commons/bioformats "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.opencb.commons : commons-lib | jar | 2.0.0 |
| com.google.guava : guava | jar | 15.0 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| org.slf4j : slf4j-simple Optional | jar | 1.7.5 |
| com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.2.2 |
| org.utgenome.thirdparty : picard Optional | jar | 1.86p |
| org.xerial : sqlite-jdbc Optional | jar | 3.7.2 |
| javax.ws.rs : javax.ws.rs-api | jar | 2.0 |
| com.sun.jersey : jersey-client | jar | 1.8 |
| com.sun.jersey : jersey-core | jar | 1.8 |
| com.sun.jersey.contribs : jersey-multipart | jar | 1.8 |
| com.google.protobuf : protobuf-java | jar | 2.4.0a |
| org.glassfish.jersey.core : jersey-client | jar | 2.4 |
| org.glassfish.jersey.media : jersey-media-multipart | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |