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