MVN

io.github.informalin.framework : pipeline

Maven & Gradle

Mar 21, 2023
3 stars

Pipeline

<dependency>
    <groupId>io.github.informalin.framework</groupId>
    <artifactId>pipeline</artifactId>
    <version>0.11.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.informalin.framework : pipeline to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.6

All Versions

Choose a version of io.github.informalin.framework : pipeline to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
pipeline-0.11.6
pipeline-0.11.5
pipeline-0.11.4
pipeline-0.11.3
pipeline-0.11.2
pipeline-0.11.1
pipeline-0.11.0
0.10.x
pipeline-0.10.0
0.9.x
pipeline-0.9.2
pipeline-0.9.1
pipeline-0.9.0
0.8.x
pipeline-0.8.1
pipeline-0.8.0
0.7.x
pipeline-0.7.1
0.7
pipeline-0.7
0.6
pipeline-0.6
0.5
pipeline-0.5

How to add a dependency to Maven

Add the following io.github.informalin.framework : pipeline maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.informalin.framework</groupId>
    <artifactId>pipeline</artifactId>
    <version>0.11.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.informalin.framework : pipeline gradle dependency to your build.gradle file:

implementation 'io.github.informalin.framework:pipeline:0.11.6'

Gradle Kotlin DSL: Add the following io.github.informalin.framework : pipeline gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.informalin.framework:pipeline:0.11.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.informalin.framework : pipeline sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.informalin.framework" % "pipeline" % "0.11.6"