GroupId | GroupIdorg.opencb.cellbase |
---|---|
ArtifactId | ArtifactIdcellbase-app |
Version | Version4.6.1 |
Type | Typejar |
Filename | Size |
---|---|
cellbase-app-4.6.1.pom | |
cellbase-app-4.6.1.jar | 321 KB |
cellbase-app-4.6.1-sources.jar | 199 KB |
cellbase-app-4.6.1-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase-app/ -->
<dependency>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase-app</artifactId>
<version>4.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase-app/
implementation 'org.opencb.cellbase:cellbase-app:4.6.1'
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase-app/
implementation ("org.opencb.cellbase:cellbase-app:4.6.1")
'org.opencb.cellbase:cellbase-app:jar:4.6.1'
<dependency org="org.opencb.cellbase" name="cellbase-app" rev="4.6.1">
<artifact name="cellbase-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.cellbase', module='cellbase-app', version='4.6.1')
)
libraryDependencies += "org.opencb.cellbase" % "cellbase-app" % "4.6.1"
[org.opencb.cellbase/cellbase-app "4.6.1"]