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