MVN

com.github.cafdataprocessing : staging-service-internal-client

Maven & Gradle

Feb 20, 2024
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>staging-service-internal-client</artifactId>
    <version>3.0.0-1050</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cafdataprocessing : staging-service-internal-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-1050

All Versions

Choose a version of com.github.cafdataprocessing : staging-service-internal-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
staging-service-internal-client-3.0.0-1050

How to add a dependency to Maven

Add the following com.github.cafdataprocessing : staging-service-internal-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>staging-service-internal-client</artifactId>
    <version>3.0.0-1050</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cafdataprocessing : staging-service-internal-client gradle dependency to your build.gradle file:

implementation 'com.github.cafdataprocessing:staging-service-internal-client:3.0.0-1050'

Gradle Kotlin DSL: Add the following com.github.cafdataprocessing : staging-service-internal-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cafdataprocessing:staging-service-internal-client:3.0.0-1050")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cafdataprocessing : staging-service-internal-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cafdataprocessing" % "staging-service-internal-client" % "3.0.0-1050"