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-0.2.8g.jar download
nxf-s3fs-0.2.8g.pom download
nxf-s3fs-0.2.8g-sources.jar download
Apache Maven
<dependency>
  <groupId>io.nextflow</groupId>
  <artifactId>nxf-s3fs</artifactId>
  <version>0.2.8g</version>
</dependency>
Gradle Groovy
implementation 'io.nextflow:nxf-s3fs:0.2.8g'
Gradle Kotlin
implementation("io.nextflow:nxf-s3fs:0.2.8g")
Scala SBT
libraryDependencies += "io.nextflow" % "nxf-s3fs" % "0.2.8g"
Groovy Grape
@Grapes(
  @Grab(group='io.nextflow', module='nxf-s3fs', version='0.2.8g')
)
Apache Ivy
<dependency org="io.nextflow" name="nxf-s3fs" rev="0.2.8g" />
Leiningen
[io.nextflow/nxf-s3fs "0.2.8g"]
Apache Buildr
'io.nextflow:nxf-s3fs:jar:0.2.8g'