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