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