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