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