MVN

com.51degrees : pipeline.developerexamples.usagesharing

Maven & Gradle

Mar 02, 2022

51Degrees :: Pipeline :: Developer Examples :: Usage Sharing · This example is no longer available in Maven

<dependency>
    <groupId>com.51degrees</groupId>
    <artifactId>pipeline.developerexamples.usagesharing</artifactId>
    <version>4.3.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.3.13

All Versions

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

Version Vulnerabilities Updated
4.3.x
pipeline.developerexamples.usagesharing-4.3.13
pipeline.developerexamples.usagesharing-4.3.10

How to add a dependency to Maven

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

<dependency>
    <groupId>com.51degrees</groupId>
    <artifactId>pipeline.developerexamples.usagesharing</artifactId>
    <version>4.3.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.51degrees:pipeline.developerexamples.usagesharing:4.3.13'

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

implementation("com.51degrees:pipeline.developerexamples.usagesharing:4.3.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.51degrees" % "pipeline.developerexamples.usagesharing" % "4.3.13"