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