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