is not current version
Last Version 1.1.3

io.nextflow:nxf-s3fs 0.2.8d

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

GroupId

GroupId

io.nextflow
ArtifactId

ArtifactId

nxf-s3fs
Version

Version

0.2.8d
Type

Type

jar

Download nxf-s3fs 0.2.8d


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