GroupId | GroupIdorg.opencb.cellbase |
---|---|
ArtifactId | ArtifactIdcellbase-app |
Version | Version4.6.0 |
Type | Typejar |
Filename | Size |
---|---|
cellbase-app-4.6.0.pom | |
cellbase-app-4.6.0.jar | 321 KB |
cellbase-app-4.6.0-sources.jar | 199 KB |
cellbase-app-4.6.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase-app/
implementation 'org.opencb.cellbase:cellbase-app:4.6.0'
// https://jarcasting.com/artifacts/org.opencb.cellbase/cellbase-app/
implementation ("org.opencb.cellbase:cellbase-app:4.6.0")
'org.opencb.cellbase:cellbase-app:jar:4.6.0'
<dependency org="org.opencb.cellbase" name="cellbase-app" rev="4.6.0">
<artifact name="cellbase-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.cellbase', module='cellbase-app', version='4.6.0')
)
libraryDependencies += "org.opencb.cellbase" % "cellbase-app" % "4.6.0"
[org.opencb.cellbase/cellbase-app "4.6.0"]