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