MVN

io.fabric8.jenkins.pipelines : fabric8-pipelines

Maven & Gradle

Dec 01, 2017
0 stars

Plugin for Fabric8 Pipelines

<dependency>
    <groupId>io.fabric8.jenkins.pipelines</groupId>
    <artifactId>fabric8-pipelines</artifactId>
    <version>0.3.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.jenkins.pipelines : fabric8-pipelines to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.10

All Versions

Choose a version of io.fabric8.jenkins.pipelines : fabric8-pipelines to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
fabric8-pipelines-0.3.10
fabric8-pipelines-0.3.9
fabric8-pipelines-0.3.8

How to add a dependency to Maven

Add the following io.fabric8.jenkins.pipelines : fabric8-pipelines maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.jenkins.pipelines</groupId>
    <artifactId>fabric8-pipelines</artifactId>
    <version>0.3.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.jenkins.pipelines : fabric8-pipelines gradle dependency to your build.gradle file:

implementation 'io.fabric8.jenkins.pipelines:fabric8-pipelines:0.3.10'

Gradle Kotlin DSL: Add the following io.fabric8.jenkins.pipelines : fabric8-pipelines gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.jenkins.pipelines:fabric8-pipelines:0.3.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.jenkins.pipelines : fabric8-pipelines sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.jenkins.pipelines" % "fabric8-pipelines" % "0.3.10"