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