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