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