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