GroupId | GroupIdio.nextflow |
---|---|
ArtifactId | ArtifactIdnxf-s3fs |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
nxf-s3fs-1.0.4.pom | |
nxf-s3fs-1.0.4.jar | 52 KB |
nxf-s3fs-1.0.4-sources.jar | 38 KB |
nxf-s3fs-1.0.4-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nextflow/nxf-s3fs/ -->
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nxf-s3fs</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nxf-s3fs/
implementation 'io.nextflow:nxf-s3fs:1.0.4'
// https://jarcasting.com/artifacts/io.nextflow/nxf-s3fs/
implementation ("io.nextflow:nxf-s3fs:1.0.4")
'io.nextflow:nxf-s3fs:jar:1.0.4'
<dependency org="io.nextflow" name="nxf-s3fs" rev="1.0.4">
<artifact name="nxf-s3fs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nxf-s3fs', version='1.0.4')
)
libraryDependencies += "io.nextflow" % "nxf-s3fs" % "1.0.4"
[io.nextflow/nxf-s3fs "1.0.4"]