License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.opencb.bionetdb |
ArtifactId | ArtifactIdbionetdb-app |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionBioNetDB implements a storage engine to work with biological networks using a NoQSL Graph database
|
Filename | Size |
---|---|
bionetdb-app-0.1.0.pom | |
bionetdb-app-0.1.0.jar | 27 KB |
bionetdb-app-0.1.0-sources.jar | 11 KB |
bionetdb-app-0.1.0-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.bionetdb/bionetdb-app/ -->
<dependency>
<groupId>org.opencb.bionetdb</groupId>
<artifactId>bionetdb-app</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.bionetdb/bionetdb-app/
implementation 'org.opencb.bionetdb:bionetdb-app:0.1.0'
// https://jarcasting.com/artifacts/org.opencb.bionetdb/bionetdb-app/
implementation ("org.opencb.bionetdb:bionetdb-app:0.1.0")
'org.opencb.bionetdb:bionetdb-app:jar:0.1.0'
<dependency org="org.opencb.bionetdb" name="bionetdb-app" rev="0.1.0">
<artifact name="bionetdb-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.bionetdb', module='bionetdb-app', version='0.1.0')
)
libraryDependencies += "org.opencb.bionetdb" % "bionetdb-app" % "0.1.0"
[org.opencb.bionetdb/bionetdb-app "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.opencb.bionetdb : bionetdb-core | jar | 0.1.0 |
org.opencb.commons : commons-lib | jar | 3.4.0-SNAPSHOT |
com.beust : jcommander | jar | 1.47 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.opencb.bionetdb : bionetdb-server | war | 0.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |