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