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