MVN

io.nextflow : nxf-ga4gh

Maven & Gradle

Dec 18, 2018
2.4k stars

Nextflow · A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner

<dependency>
    <groupId>io.nextflow</groupId>
    <artifactId>nxf-ga4gh</artifactId>
    <version>18.12.0-edge</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.nextflow : nxf-ga4gh to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 18.12.0-edge
  • Latest Release Candidate: 0.31.0-RC1

All Versions

Choose a version of io.nextflow : nxf-ga4gh to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
18.12.x
nxf-ga4gh-18.12.0-edge
18.11.x
nxf-ga4gh-18.11.0-edge
18.10.x
nxf-ga4gh-18.10.1
nxf-ga4gh-18.10.0
0.32.x
nxf-ga4gh-0.32.0
0.31.x
nxf-ga4gh-0.31.1
nxf-ga4gh-0.31.0
nxf-ga4gh-0.31.0-RC1

How to add a dependency to Maven

Add the following io.nextflow : nxf-ga4gh maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.nextflow</groupId>
    <artifactId>nxf-ga4gh</artifactId>
    <version>18.12.0-edge</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.nextflow : nxf-ga4gh gradle dependency to your build.gradle file:

implementation 'io.nextflow:nxf-ga4gh:18.12.0-edge'

Gradle Kotlin DSL: Add the following io.nextflow : nxf-ga4gh gradle kotlin dependency to your build.gradle.kts file:

implementation("io.nextflow:nxf-ga4gh:18.12.0-edge")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.nextflow : nxf-ga4gh sbt scala dependency to your build.sbt file:

libraryDependencies += "io.nextflow" % "nxf-ga4gh" % "18.12.0-edge"

Advertisement