License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.opencb.bionetdb |
ArtifactId | ArtifactIdbionetdb |
Version | Version0.1.0 |
Type | Typepom |
Description |
DescriptionBioNetDB project
BioNetDB implements a storage engine to work with biological networks using a NoQSL Graph database
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bionetdb-0.1.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.bionetdb/bionetdb/ -->
<dependency>
<groupId>org.opencb.bionetdb</groupId>
<artifactId>bionetdb</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.bionetdb/bionetdb/
implementation 'org.opencb.bionetdb:bionetdb:0.1.0'
// https://jarcasting.com/artifacts/org.opencb.bionetdb/bionetdb/
implementation ("org.opencb.bionetdb:bionetdb:0.1.0")
'org.opencb.bionetdb:bionetdb:pom:0.1.0'
<dependency org="org.opencb.bionetdb" name="bionetdb" rev="0.1.0">
<artifact name="bionetdb" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencb.bionetdb', module='bionetdb', version='0.1.0')
)
libraryDependencies += "org.opencb.bionetdb" % "bionetdb" % "0.1.0"
[org.opencb.bionetdb/bionetdb "0.1.0"]