is not current version
Last Version 1.1.3

io.nextflow:nxf-s3fs 1.0.6

A JSR-203 complaint file system provider for Amazon S3 storage

GroupId

GroupId

io.nextflow
ArtifactId

ArtifactId

nxf-s3fs
Version

Version

1.0.6
Type

Type

jar

Download nxf-s3fs 1.0.6


<!-- https://jarcasting.com/artifacts/io.nextflow/nxf-s3fs/ -->
<dependency>
    <groupId>io.nextflow</groupId>
    <artifactId>nxf-s3fs</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nxf-s3fs/
implementation 'io.nextflow:nxf-s3fs:1.0.6'
// https://jarcasting.com/artifacts/io.nextflow/nxf-s3fs/
implementation ("io.nextflow:nxf-s3fs:1.0.6")
'io.nextflow:nxf-s3fs:jar:1.0.6'
<dependency org="io.nextflow" name="nxf-s3fs" rev="1.0.6">
  <artifact name="nxf-s3fs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nxf-s3fs', version='1.0.6')
)
libraryDependencies += "io.nextflow" % "nxf-s3fs" % "1.0.6"
[io.nextflow/nxf-s3fs "1.0.6"]