GroupId | GroupIdorg.opencb.cellbase |
---|---|
ArtifactId | ArtifactIdcellbase |
Version | Version4.6.3 |
Type | Typepom |
Filename | Size |
---|---|
cellbase-4.6.3.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase/ -->
<dependency>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.6.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase/
implementation 'org.opencb.cellbase:cellbase:4.6.3'
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase/
implementation ("org.opencb.cellbase:cellbase:4.6.3")
'org.opencb.cellbase:cellbase:pom:4.6.3'
<dependency org="org.opencb.cellbase" name="cellbase" rev="4.6.3">
<artifact name="cellbase" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencb.cellbase', module='cellbase', version='4.6.3')
)
libraryDependencies += "org.opencb.cellbase" % "cellbase" % "4.6.3"
[org.opencb.cellbase/cellbase "4.6.3"]