n

nxf-s3fs

A JSR-203 complaint file system provider for Amazon S3 storage
http://www.nextflow.io
GPLv3
Paolo Di Tommaso
Files download
File Operation
nxf-s3fs-1.0.8.jar download
nxf-s3fs-1.0.8.pom download
nxf-s3fs-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.nextflow</groupId>
  <artifactId>nxf-s3fs</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'io.nextflow:nxf-s3fs:1.0.8'
Gradle Kotlin
implementation("io.nextflow:nxf-s3fs:1.0.8")
Scala SBT
libraryDependencies += "io.nextflow" % "nxf-s3fs" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.nextflow', module='nxf-s3fs', version='1.0.8')
)
Apache Ivy
<dependency org="io.nextflow" name="nxf-s3fs" rev="1.0.8" />
Leiningen
[io.nextflow/nxf-s3fs "1.0.8"]
Apache Buildr
'io.nextflow:nxf-s3fs:jar:1.0.8'