| License |
License |
|---|---|
| GroupId | GroupIdio.nextflow |
| ArtifactId | ArtifactIdnxf-s3fs |
| Version | Version1.1.1 |
| Type | Typejar |
| Description |
DescriptionNextflow
A JSR-203 complaint file system provider for Amazon S3 storage
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| nxf-s3fs-1.1.1.pom | |
| nxf-s3fs-1.1.1.jar | 54 KB |
| nxf-s3fs-1.1.1-sources.jar | 39 KB |
| nxf-s3fs-1.1.1-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.nextflow/nxf-s3fs/ -->
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nxf-s3fs</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nxf-s3fs/
implementation 'io.nextflow:nxf-s3fs:1.1.1'
// https://jarcasting.com/artifacts/io.nextflow/nxf-s3fs/
implementation ("io.nextflow:nxf-s3fs:1.1.1")
'io.nextflow:nxf-s3fs:jar:1.1.1'
<dependency org="io.nextflow" name="nxf-s3fs" rev="1.1.1">
<artifact name="nxf-s3fs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nxf-s3fs', version='1.1.1')
)
libraryDependencies += "io.nextflow" % "nxf-s3fs" % "1.1.1"
[io.nextflow/nxf-s3fs "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.10 |
| com.amazonaws : aws-java-sdk-s3 | jar | 1.11.172 |
| com.google.guava : guava | jar | 11.0.1 |
| org.apache.tika : tika-core | jar | 1.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| log4j : log4j | jar | 1.2.17 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.10 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.10 |
| com.github.marschall : zipfilesystem-standalone | jar | 1.0.0 |
| com.github.marschall : memoryfilesystem | jar | 0.5.4 |
| org.mockito : mockito-core | jar | 1.9.5 |
| commons-lang : commons-lang | jar | 2.6 |
| commons-io : commons-io | jar | 2.4 |