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