| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdorg.opencb.datastore |
| ArtifactId | ArtifactIddatastore-core |
| Version | Version0.5.0 |
| Type | Typejar |
| Description |
DescriptionOpenCB datastore project contains several database libs for SQL and NoSQL
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| datastore-core-0.5.0.pom | |
| datastore-core-0.5.0.jar | 19 KB |
| datastore-core-0.5.0-sources.jar | 12 KB |
| datastore-core-0.5.0-javadoc.jar | 92 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.datastore/datastore-core/ -->
<dependency>
<groupId>org.opencb.datastore</groupId>
<artifactId>datastore-core</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.datastore/datastore-core/
implementation 'org.opencb.datastore:datastore-core:0.5.0'
// https://jarcasting.com/artifacts/org.opencb.datastore/datastore-core/
implementation ("org.opencb.datastore:datastore-core:0.5.0")
'org.opencb.datastore:datastore-core:jar:0.5.0'
<dependency org="org.opencb.datastore" name="datastore-core" rev="0.5.0">
<artifact name="datastore-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.datastore', module='datastore-core', version='0.5.0')
)
libraryDependencies += "org.opencb.datastore" % "datastore-core" % "0.5.0"
[org.opencb.datastore/datastore-core "0.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.5.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |