GroupId | GroupIdorg.opencb.cellbase |
---|---|
ArtifactId | ArtifactIdcellbase-core |
Version | Version4.6.0 |
Type | Typejar |
Filename | Size |
---|---|
cellbase-core-4.6.0.pom | |
cellbase-core-4.6.0.jar | 356 KB |
cellbase-core-4.6.0-sources.jar | 214 KB |
cellbase-core-4.6.0-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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase-core/
implementation 'org.opencb.cellbase:cellbase-core:4.6.0'
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase-core/
implementation ("org.opencb.cellbase:cellbase-core:4.6.0")
'org.opencb.cellbase:cellbase-core:jar:4.6.0'
<dependency org="org.opencb.cellbase" name="cellbase-core" rev="4.6.0">
<artifact name="cellbase-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.cellbase', module='cellbase-core', version='4.6.0')
)
libraryDependencies += "org.opencb.cellbase" % "cellbase-core" % "4.6.0"
[org.opencb.cellbase/cellbase-core "4.6.0"]