MVN

com.51degrees : pipeline-aggregate

Maven & Gradle

Aug 27, 2023
0 stars

51Degrees :: Pipeline :: Aggregate · Aggregate of all pipeline modules

<dependency>
    <groupId>com.51degrees</groupId>
    <artifactId>pipeline-aggregate</artifactId>
    <version>4.4.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.51degrees : pipeline-aggregate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.21

All Versions

Choose a version of com.51degrees : pipeline-aggregate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
pipeline-aggregate-4.4.21
pipeline-aggregate-4.4.20
pipeline-aggregate-4.4.19
pipeline-aggregate-4.4.18
pipeline-aggregate-4.4.17
pipeline-aggregate-4.4.16
pipeline-aggregate-4.4.15
pipeline-aggregate-4.4.14
pipeline-aggregate-4.4.13
pipeline-aggregate-4.4.12
pipeline-aggregate-4.4.11
pipeline-aggregate-4.4.10
pipeline-aggregate-4.4.9
pipeline-aggregate-4.4.8
pipeline-aggregate-4.4.7
pipeline-aggregate-4.4.6
pipeline-aggregate-4.4.4
pipeline-aggregate-4.4.3
pipeline-aggregate-4.4.1
4.3.x
pipeline-aggregate-4.3.14

How to add a dependency to Maven

Add the following com.51degrees : pipeline-aggregate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.51degrees</groupId>
    <artifactId>pipeline-aggregate</artifactId>
    <version>4.4.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.51degrees : pipeline-aggregate gradle dependency to your build.gradle file:

implementation 'com.51degrees:pipeline-aggregate:4.4.21'

Gradle Kotlin DSL: Add the following com.51degrees : pipeline-aggregate gradle kotlin dependency to your build.gradle.kts file:

implementation("com.51degrees:pipeline-aggregate:4.4.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.51degrees : pipeline-aggregate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.51degrees" % "pipeline-aggregate" % "4.4.21"

Advertisement