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