GroupId | GroupIdio.nextflow |
---|---|
ArtifactId | ArtifactIdnf-commons |
Version | Version21.01.1-edge |
Type | Typejar |
Filename | Size |
---|---|
nf-commons-21.01.1-edge.pom | |
nf-commons-21.01.1-edge.jar | 301 KB |
nf-commons-21.01.1-edge-sources.jar | 112 KB |
nf-commons-21.01.1-edge-javadoc.jar | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nextflow/nf-commons/ -->
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nf-commons</artifactId>
<version>21.01.1-edge</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nf-commons/
implementation 'io.nextflow:nf-commons:21.01.1-edge'
// https://jarcasting.com/artifacts/io.nextflow/nf-commons/
implementation ("io.nextflow:nf-commons:21.01.1-edge")
'io.nextflow:nf-commons:jar:21.01.1-edge'
<dependency org="io.nextflow" name="nf-commons" rev="21.01.1-edge">
<artifact name="nf-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nf-commons', version='21.01.1-edge')
)
libraryDependencies += "io.nextflow" % "nf-commons" % "21.01.1-edge"
[io.nextflow/nf-commons "21.01.1-edge"]