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