MVN

com.wueasy : wueasy-actuaotr-client

Maven & Gradle

Mar 05, 2020
<dependency>
    <groupId>com.wueasy</groupId>
    <artifactId>wueasy-actuaotr-client</artifactId>
    <version>2.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wueasy : wueasy-actuaotr-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.8

All Versions

Choose a version of com.wueasy : wueasy-actuaotr-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
wueasy-actuaotr-client-3.2.2
wueasy-actuaotr-client-3.2.1
wueasy-actuaotr-client-3.2.0
3.1.x
wueasy-actuaotr-client-3.1.2
wueasy-actuaotr-client-3.1.1
wueasy-actuaotr-client-3.1.0
3.0.x
wueasy-actuaotr-client-3.0.1
wueasy-actuaotr-client-3.0.0
2.3.x
wueasy-actuaotr-client-2.3.8
wueasy-actuaotr-client-2.3.7
wueasy-actuaotr-client-2.3.6
wueasy-actuaotr-client-2.3.5
wueasy-actuaotr-client-2.3.4
wueasy-actuaotr-client-2.3.3
wueasy-actuaotr-client-2.3.2
wueasy-actuaotr-client-2.3.1
wueasy-actuaotr-client-2.3.0
2.2.x
wueasy-actuaotr-client-2.2.3
wueasy-actuaotr-client-2.2.1
wueasy-actuaotr-client-2.2.0
2.1.x
wueasy-actuaotr-client-2.1.3

How to add a dependency to Maven

Add the following com.wueasy : wueasy-actuaotr-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wueasy</groupId>
    <artifactId>wueasy-actuaotr-client</artifactId>
    <version>2.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wueasy : wueasy-actuaotr-client gradle dependency to your build.gradle file:

implementation 'com.wueasy:wueasy-actuaotr-client:2.3.8'

Gradle Kotlin DSL: Add the following com.wueasy : wueasy-actuaotr-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wueasy:wueasy-actuaotr-client:2.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wueasy : wueasy-actuaotr-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wueasy" % "wueasy-actuaotr-client" % "2.3.8"