| License |
License |
|---|---|
| GroupId | GroupIdio.nextflow |
| ArtifactId | ArtifactIdnf-commons |
| Last Version | Last Version22.06.1-edge |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNextflow
A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| nf-commons-22.06.1-edge.pom | |
| nf-commons-22.06.1-edge.jar | 259 KB |
| nf-commons-22.06.1-edge-sources.jar | 89 KB |
| nf-commons-22.06.1-edge-javadoc.jar | 216 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.nextflow/nf-commons/ -->
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nf-commons</artifactId>
<version>22.06.1-edge</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nf-commons/
implementation 'io.nextflow:nf-commons:22.06.1-edge'
// https://jarcasting.com/artifacts/io.nextflow/nf-commons/
implementation ("io.nextflow:nf-commons:22.06.1-edge")
'io.nextflow:nf-commons:jar:22.06.1-edge'
<dependency org="io.nextflow" name="nf-commons" rev="22.06.1-edge">
<artifact name="nf-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nf-commons', version='22.06.1-edge')
)
libraryDependencies += "io.nextflow" % "nf-commons" % "22.06.1-edge"
[io.nextflow/nf-commons "22.06.1-edge"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.11 |
| org.codehaus.groovy : groovy | jar | 3.0.10 |
| org.codehaus.groovy : groovy-nio | jar | 3.0.10 |
| commons-lang : commons-lang | jar | 2.6 |
| com.google.guava : guava | jar | 31.1-jre |
| org.pf4j : pf4j | jar | 3.4.1 |
| org.pf4j : pf4j-update | jar | 2.3.0 |