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