MVN

com.wgzhao.addax : addax-common

Maven & Gradle

Feb 28, 2023
60 usages

addax-common

<dependency>
    <groupId>com.wgzhao.addax</groupId>
    <artifactId>addax-common</artifactId>
    <version>4.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wgzhao.addax : addax-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.12

All Versions

Choose a version of com.wgzhao.addax : addax-common to add to Maven or Gradle - All Versions:

  • Version Updated
  • addax-common-4.0.12

    Feb 28, 2023
  • addax-common-4.0.9

    Jun 19, 2022
  • addax-common-4.0.8

    Feb 26, 2022
  • addax-common-4.0.7

    Nov 29, 2021
  • addax-common-4.0.5

    Oct 13, 2021
  • addax-common-4.0.4

    Sep 17, 2021
  • addax-common-4.0.3

    Aug 27, 2021
  • addax-common-4.0.2

    Aug 10, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>com.wgzhao.addax</groupId>
    <artifactId>addax-common</artifactId>
    <version>4.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wgzhao.addax : addax-common gradle dependency to your build.gradle file:

implementation 'com.wgzhao.addax:addax-common:4.0.12'

Gradle Kotlin DSL: Add the following com.wgzhao.addax : addax-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wgzhao.addax:addax-common:4.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wgzhao.addax : addax-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wgzhao.addax" % "addax-common" % "4.0.12"