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