MVN

de.matrixweb.smaller : pipeline

Maven & Gradle

Apr 06, 2014
23 stars

Smaller :: Bundles :: Pipeline

<dependency>
    <groupId>de.matrixweb.smaller</groupId>
    <artifactId>pipeline</artifactId>
    <version>0.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.matrixweb.smaller : pipeline to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.8

All Versions

Choose a version of de.matrixweb.smaller : pipeline to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
pipeline-0.8.8
pipeline-0.8.7
pipeline-0.8.6
pipeline-0.8.5
pipeline-0.8.4
pipeline-0.8.3
pipeline-0.8.2
pipeline-0.8.1
pipeline-0.8.0
0.7.x
pipeline-0.7.0
0.6.x
pipeline-0.6.3
pipeline-0.6.2
pipeline-0.6.1
pipeline-0.6.0
0.5.x
pipeline-0.5.3
pipeline-0.5.2
pipeline-0.5.1
pipeline-0.5.0

How to add a dependency to Maven

Add the following de.matrixweb.smaller : pipeline maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.matrixweb.smaller</groupId>
    <artifactId>pipeline</artifactId>
    <version>0.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.matrixweb.smaller : pipeline gradle dependency to your build.gradle file:

implementation 'de.matrixweb.smaller:pipeline:0.8.8'

Gradle Kotlin DSL: Add the following de.matrixweb.smaller : pipeline gradle kotlin dependency to your build.gradle.kts file:

implementation("de.matrixweb.smaller:pipeline:0.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.matrixweb.smaller : pipeline sbt scala dependency to your build.sbt file:

libraryDependencies += "de.matrixweb.smaller" % "pipeline" % "0.8.8"

Advertisement