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