| GroupId | GroupIdio.nextflow |
|---|---|
| ArtifactId | ArtifactIdnxf-commons |
| Version | Version0.16.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nxf-commons-0.16.4.pom | |
| nxf-commons-0.16.4.jar | 323 KB |
| nxf-commons-0.16.4-sources.jar | 74 KB |
| nxf-commons-0.16.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.16.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nxf-commons/
implementation 'io.nextflow:nxf-commons:0.16.4'
// https://jarcasting.com/artifacts/io.nextflow/nxf-commons/
implementation ("io.nextflow:nxf-commons:0.16.4")
'io.nextflow:nxf-commons:jar:0.16.4'
<dependency org="io.nextflow" name="nxf-commons" rev="0.16.4">
<artifact name="nxf-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nxf-commons', version='0.16.4')
)
libraryDependencies += "io.nextflow" % "nxf-commons" % "0.16.4"
[io.nextflow/nxf-commons "0.16.4"]