License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.opencb.commons |
ArtifactId | ArtifactIdcommons-datastore-core |
Last Version | Last Version4.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpenCB commons project contains several Java libs for Bioinformatics
|
<!-- https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-core/ -->
<dependency>
<groupId>org.opencb.commons</groupId>
<artifactId>commons-datastore-core</artifactId>
<version>4.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-core/
implementation 'org.opencb.commons:commons-datastore-core:4.4.0'
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-core/
implementation ("org.opencb.commons:commons-datastore-core:4.4.0")
'org.opencb.commons:commons-datastore-core:jar:4.4.0'
<dependency org="org.opencb.commons" name="commons-datastore-core" rev="4.4.0">
<artifact name="commons-datastore-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.commons', module='commons-datastore-core', version='4.4.0')
)
libraryDependencies += "org.opencb.commons" % "commons-datastore-core" % "4.4.0"
[org.opencb.commons/commons-datastore-core "4.4.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.4 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.slf4j : slf4j-simple | jar | 1.7.32 |