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