Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.google.allenday |
ArtifactId | ArtifactIdgenomics-dataflow-core |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
genomics-dataflow-core-0.0.7.pom | |
genomics-dataflow-core-0.0.7.jar | 185 KB |
genomics-dataflow-core-0.0.7-sources.jar | 76 KB |
genomics-dataflow-core-0.0.7-javadoc.jar | 614 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.allenday/genomics-dataflow-core/ -->
<dependency>
<groupId>com.google.allenday</groupId>
<artifactId>genomics-dataflow-core</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.allenday/genomics-dataflow-core/
implementation 'com.google.allenday:genomics-dataflow-core:0.0.7'
// https://jarcasting.com/artifacts/com.google.allenday/genomics-dataflow-core/
implementation ("com.google.allenday:genomics-dataflow-core:0.0.7")
'com.google.allenday:genomics-dataflow-core:jar:0.0.7'
<dependency org="com.google.allenday" name="genomics-dataflow-core" rev="0.0.7">
<artifact name="genomics-dataflow-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.allenday', module='genomics-dataflow-core', version='0.0.7')
)
libraryDependencies += "com.google.allenday" % "genomics-dataflow-core" % "0.0.7"
[com.google.allenday/genomics-dataflow-core "0.0.7"]