Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.opencb.cellbase |
ArtifactId | ArtifactIdcellbase-client |
Version | Version4.5.0-beta.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase-client/ -->
<dependency>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase-client</artifactId>
<version>4.5.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase-client/
implementation 'org.opencb.cellbase:cellbase-client:4.5.0-beta.1'
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase-client/
implementation ("org.opencb.cellbase:cellbase-client:4.5.0-beta.1")
'org.opencb.cellbase:cellbase-client:jar:4.5.0-beta.1'
<dependency org="org.opencb.cellbase" name="cellbase-client" rev="4.5.0-beta.1">
<artifact name="cellbase-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.cellbase', module='cellbase-client', version='4.5.0-beta.1')
)
libraryDependencies += "org.opencb.cellbase" % "cellbase-client" % "4.5.0-beta.1"
[org.opencb.cellbase/cellbase-client "4.5.0-beta.1"]