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