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