MVN

com.amdocs.zusammen : zusammen-commons-health

Maven & Gradle

Nov 13, 2019
5 usages
0 stars
<dependency>
    <groupId>com.amdocs.zusammen</groupId>
    <artifactId>zusammen-commons-health</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amdocs.zusammen : zusammen-commons-health to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.amdocs.zusammen : zusammen-commons-health to add to Maven or Gradle - All Versions:

  • Version Updated
  • zusammen-commons-health-1.0.3

    Nov 13, 2019
  • zusammen-commons-health-1.0.2

    Apr 03, 2019
  • zusammen-commons-health-1.0.1

    Jun 27, 2018
  • zusammen-commons-health-1.0.0

    Jun 10, 2018
  • zusammen-commons-health-0.3.0

    Dec 11, 2017
  • zusammen-commons-health-0.2.4

    Nov 14, 2017
  • zusammen-commons-health-0.2.3

    Nov 14, 2017
  • zusammen-commons-health-0.2.0

    Jul 16, 2017
  • zusammen-commons-health-0.0.1

    May 23, 2017

How to add a dependency to Maven

Add the following com.amdocs.zusammen : zusammen-commons-health maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amdocs.zusammen</groupId>
    <artifactId>zusammen-commons-health</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amdocs.zusammen : zusammen-commons-health gradle dependency to your build.gradle file:

implementation 'com.amdocs.zusammen:zusammen-commons-health:1.0.3'

Gradle Kotlin DSL: Add the following com.amdocs.zusammen : zusammen-commons-health gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amdocs.zusammen:zusammen-commons-health:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amdocs.zusammen : zusammen-commons-health sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amdocs.zusammen" % "zusammen-commons-health" % "1.0.3"