GroupId | GroupIdio.nextflow |
---|---|
ArtifactId | ArtifactIdnf-legacy-cloud |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
nf-legacy-cloud-1.0.0.pom | |
nf-legacy-cloud-1.0.0.jar | 364 KB |
nf-legacy-cloud-1.0.0-sources.jar | 100 KB |
nf-legacy-cloud-1.0.0-javadoc.jar | 49 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nextflow/nf-legacy-cloud/ -->
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nf-legacy-cloud</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nf-legacy-cloud/
implementation 'io.nextflow:nf-legacy-cloud:1.0.0'
// https://jarcasting.com/artifacts/io.nextflow/nf-legacy-cloud/
implementation ("io.nextflow:nf-legacy-cloud:1.0.0")
'io.nextflow:nf-legacy-cloud:jar:1.0.0'
<dependency org="io.nextflow" name="nf-legacy-cloud" rev="1.0.0">
<artifact name="nf-legacy-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nf-legacy-cloud', version='1.0.0')
)
libraryDependencies += "io.nextflow" % "nf-legacy-cloud" % "1.0.0"
[io.nextflow/nf-legacy-cloud "1.0.0"]