MVN

com.github.crabime : nf-google

Maven & Gradle

Mar 19, 2019
0 stars

Nextflow · A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner(forked from nextflow.io)

<dependency>
    <groupId>com.github.crabime</groupId>
    <artifactId>nf-google</artifactId>
    <version>19.03.0-edge</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.crabime : nf-google to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 19.03.0-edge

All Versions

Choose a version of com.github.crabime : nf-google to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
19.03.x
nf-google-19.03.0-edge

How to add a dependency to Maven

Add the following com.github.crabime : nf-google maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.crabime</groupId>
    <artifactId>nf-google</artifactId>
    <version>19.03.0-edge</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.crabime : nf-google gradle dependency to your build.gradle file:

implementation 'com.github.crabime:nf-google:19.03.0-edge'

Gradle Kotlin DSL: Add the following com.github.crabime : nf-google gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.crabime:nf-google:19.03.0-edge")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.crabime : nf-google sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.crabime" % "nf-google" % "19.03.0-edge"

Advertisement