GroupId | GroupIdorg.opencb.cellbase |
---|---|
ArtifactId | ArtifactIdcellbase-lib |
Version | Version4.5.0-beta |
Type | Typejar |
Filename | Size |
---|---|
cellbase-lib-4.5.0-beta.pom | |
cellbase-lib-4.5.0-beta.jar | 181 KB |
cellbase-lib-4.5.0-beta-sources.jar | 109 KB |
cellbase-lib-4.5.0-beta-javadoc.jar | 329 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase-lib/ -->
<dependency>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase-lib</artifactId>
<version>4.5.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase-lib/
implementation 'org.opencb.cellbase:cellbase-lib:4.5.0-beta'
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase-lib/
implementation ("org.opencb.cellbase:cellbase-lib:4.5.0-beta")
'org.opencb.cellbase:cellbase-lib:jar:4.5.0-beta'
<dependency org="org.opencb.cellbase" name="cellbase-lib" rev="4.5.0-beta">
<artifact name="cellbase-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.cellbase', module='cellbase-lib', version='4.5.0-beta')
)
libraryDependencies += "org.opencb.cellbase" % "cellbase-lib" % "4.5.0-beta"
[org.opencb.cellbase/cellbase-lib "4.5.0-beta"]