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