License |
License |
---|---|
GroupId | GroupIdorg.opencb.cellbase |
ArtifactId | ArtifactIdcellbase |
Version | Version5.0.0-rc |
Type | Typepom |
Description |
DescriptionCellBase project
CellBase projects integrates several biological databases into a NoSQL database plus many WS to query
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cellbase-5.0.0-rc.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase/ -->
<dependency>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>5.0.0-rc</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase/
implementation 'org.opencb.cellbase:cellbase:5.0.0-rc'
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase/
implementation ("org.opencb.cellbase:cellbase:5.0.0-rc")
'org.opencb.cellbase:cellbase:pom:5.0.0-rc'
<dependency org="org.opencb.cellbase" name="cellbase" rev="5.0.0-rc">
<artifact name="cellbase" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencb.cellbase', module='cellbase', version='5.0.0-rc')
)
libraryDependencies += "org.opencb.cellbase" % "cellbase" % "5.0.0-rc"
[org.opencb.cellbase/cellbase "5.0.0-rc"]