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