Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.google.allenday |
ArtifactId | ArtifactIdgenomics-dataflow-core |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
genomics-dataflow-core-0.0.9.pom | |
genomics-dataflow-core-0.0.9.jar | 208 KB |
genomics-dataflow-core-0.0.9-sources.jar | 86 KB |
genomics-dataflow-core-0.0.9-javadoc.jar | 684 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.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.allenday/genomics-dataflow-core/
implementation 'com.google.allenday:genomics-dataflow-core:0.0.9'
// https://jarcasting.com/artifacts/com.google.allenday/genomics-dataflow-core/
implementation ("com.google.allenday:genomics-dataflow-core:0.0.9")
'com.google.allenday:genomics-dataflow-core:jar:0.0.9'
<dependency org="com.google.allenday" name="genomics-dataflow-core" rev="0.0.9">
<artifact name="genomics-dataflow-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.allenday', module='genomics-dataflow-core', version='0.0.9')
)
libraryDependencies += "com.google.allenday" % "genomics-dataflow-core" % "0.0.9"
[com.google.allenday/genomics-dataflow-core "0.0.9"]