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