License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.opencb.commons |
ArtifactId | ArtifactIdcommons-datastore |
Version | Version4.0.6 |
Type | Typepom |
Description |
DescriptionOpenCB commons project contains several Java libs for Bioinformatics
|
Filename | Size |
---|---|
commons-datastore-4.0.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore/ -->
<dependency>
<groupId>org.opencb.commons</groupId>
<artifactId>commons-datastore</artifactId>
<version>4.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore/
implementation 'org.opencb.commons:commons-datastore:4.0.6'
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore/
implementation ("org.opencb.commons:commons-datastore:4.0.6")
'org.opencb.commons:commons-datastore:pom:4.0.6'
<dependency org="org.opencb.commons" name="commons-datastore" rev="4.0.6">
<artifact name="commons-datastore" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencb.commons', module='commons-datastore', version='4.0.6')
)
libraryDependencies += "org.opencb.commons" % "commons-datastore" % "4.0.6"
[org.opencb.commons/commons-datastore "4.0.6"]