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