GroupId | GroupIdio.nextflow |
---|---|
ArtifactId | ArtifactIdnf-google |
Version | Version19.05.0-edge |
Type | Typejar |
Filename | Size |
---|---|
nf-google-19.05.0-edge.pom | |
nf-google-19.05.0-edge.jar | 72 KB |
nf-google-19.05.0-edge-sources.jar | 26 KB |
nf-google-19.05.0-edge-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nextflow/nf-google/ -->
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nf-google</artifactId>
<version>19.05.0-edge</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nf-google/
implementation 'io.nextflow:nf-google:19.05.0-edge'
// https://jarcasting.com/artifacts/io.nextflow/nf-google/
implementation ("io.nextflow:nf-google:19.05.0-edge")
'io.nextflow:nf-google:jar:19.05.0-edge'
<dependency org="io.nextflow" name="nf-google" rev="19.05.0-edge">
<artifact name="nf-google" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nf-google', version='19.05.0-edge')
)
libraryDependencies += "io.nextflow" % "nf-google" % "19.05.0-edge"
[io.nextflow/nf-google "19.05.0-edge"]