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