MVN

com.yahoo.athenz : athenz-syncer-common

Maven & Gradle

Aug 26, 2023
790 stars

athenz-syncer-common · Syncer Common Logic

<dependency>
    <groupId>com.yahoo.athenz</groupId>
    <artifactId>athenz-syncer-common</artifactId>
    <version>1.11.40</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yahoo.athenz : athenz-syncer-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.40

All Versions

Choose a version of com.yahoo.athenz : athenz-syncer-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
athenz-syncer-common-1.11.40
athenz-syncer-common-1.11.39
athenz-syncer-common-1.11.38
athenz-syncer-common-1.11.37
athenz-syncer-common-1.11.36
athenz-syncer-common-1.11.35
athenz-syncer-common-1.11.34
athenz-syncer-common-1.11.33
athenz-syncer-common-1.11.32
athenz-syncer-common-1.11.31
athenz-syncer-common-1.11.30
athenz-syncer-common-1.11.29
athenz-syncer-common-1.11.28
athenz-syncer-common-1.11.27
athenz-syncer-common-1.11.26
athenz-syncer-common-1.11.25
athenz-syncer-common-1.11.24
athenz-syncer-common-1.11.23
athenz-syncer-common-1.11.22
athenz-syncer-common-1.11.21
athenz-syncer-common-1.11.20
athenz-syncer-common-1.11.19
athenz-syncer-common-1.11.18
athenz-syncer-common-1.11.17
athenz-syncer-common-1.11.16
athenz-syncer-common-1.11.15
athenz-syncer-common-1.11.14
athenz-syncer-common-1.11.13
athenz-syncer-common-1.11.12
athenz-syncer-common-1.11.11
athenz-syncer-common-1.11.10
athenz-syncer-common-1.11.9
athenz-syncer-common-1.11.8
athenz-syncer-common-1.11.7
athenz-syncer-common-1.11.6
athenz-syncer-common-1.11.5

How to add a dependency to Maven

Add the following com.yahoo.athenz : athenz-syncer-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yahoo.athenz</groupId>
    <artifactId>athenz-syncer-common</artifactId>
    <version>1.11.40</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yahoo.athenz : athenz-syncer-common gradle dependency to your build.gradle file:

implementation 'com.yahoo.athenz:athenz-syncer-common:1.11.40'

Gradle Kotlin DSL: Add the following com.yahoo.athenz : athenz-syncer-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yahoo.athenz:athenz-syncer-common:1.11.40")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yahoo.athenz : athenz-syncer-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yahoo.athenz" % "athenz-syncer-common" % "1.11.40"