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