License |
License |
---|---|
GroupId | GroupIdcom.github.heuermh.adamexamples |
ArtifactId | ArtifactIdadam-examples_2.12 |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionadam-examples_2.12
Examples for ADAM: Genomic Data System.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
adam-examples_2.12-1.0.pom | |
adam-examples_2.12-1.0.jar | 66 MB |
adam-examples_2.12-1.0-sources.jar | 7 KB |
adam-examples_2.12-1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.heuermh.adamexamples/adam-examples_2.12/ -->
<dependency>
<groupId>com.github.heuermh.adamexamples</groupId>
<artifactId>adam-examples_2.12</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heuermh.adamexamples/adam-examples_2.12/
implementation 'com.github.heuermh.adamexamples:adam-examples_2.12:1.0'
// https://jarcasting.com/artifacts/com.github.heuermh.adamexamples/adam-examples_2.12/
implementation ("com.github.heuermh.adamexamples:adam-examples_2.12:1.0")
'com.github.heuermh.adamexamples:adam-examples_2.12:jar:1.0'
<dependency org="com.github.heuermh.adamexamples" name="adam-examples_2.12" rev="1.0">
<artifact name="adam-examples_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heuermh.adamexamples', module='adam-examples_2.12', version='1.0')
)
libraryDependencies += "com.github.heuermh.adamexamples" % "adam-examples_2.12" % "1.0"
[com.github.heuermh.adamexamples/adam-examples_2.12 "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.bdgenomics.adam : adam-apis-spark3_2.12 | jar | 1.0 |
org.bdgenomics.adam : adam-cli-spark3_2.12 | jar | 1.0 |
org.bdgenomics.adam : adam-core-spark3_2.12 | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-core_2.12 | jar | 3.2.1 |
org.apache.spark : spark-sql_2.12 | jar | 3.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.bdgenomics.adam : adam-core-spark3_2.12 | test-jar | 1.0 |
org.scalatest : scalatest_2.12 | jar | 3.0.7 |