is not current version
Last Version 1.1.3

io.nextflow:nxf-s3fs 1.1.2

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

GroupId

GroupId

io.nextflow
ArtifactId

ArtifactId

nxf-s3fs
Version

Version

1.1.2
Type

Type

jar

Download nxf-s3fs 1.1.2


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