MVN

top.wu2020 : wu-smart-agent-network-heartbeat-client

Maven & Gradle

Apr 30, 2024

云下心跳客户端

<dependency>
    <groupId>top.wu2020</groupId>
    <artifactId>wu-smart-agent-network-heartbeat-client</artifactId>
    <version>1.2.5-JDK17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.wu2020 : wu-smart-agent-network-heartbeat-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.5-JDK17

All Versions

Choose a version of top.wu2020 : wu-smart-agent-network-heartbeat-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
wu-smart-agent-network-heartbeat-client-1.2.5-JDK17

How to add a dependency to Maven

Add the following top.wu2020 : wu-smart-agent-network-heartbeat-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.wu2020</groupId>
    <artifactId>wu-smart-agent-network-heartbeat-client</artifactId>
    <version>1.2.5-JDK17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.wu2020 : wu-smart-agent-network-heartbeat-client gradle dependency to your build.gradle file:

implementation 'top.wu2020:wu-smart-agent-network-heartbeat-client:1.2.5-JDK17'

Gradle Kotlin DSL: Add the following top.wu2020 : wu-smart-agent-network-heartbeat-client gradle kotlin dependency to your build.gradle.kts file:

implementation("top.wu2020:wu-smart-agent-network-heartbeat-client:1.2.5-JDK17")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.wu2020 : wu-smart-agent-network-heartbeat-client sbt scala dependency to your build.sbt file:

libraryDependencies += "top.wu2020" % "wu-smart-agent-network-heartbeat-client" % "1.2.5-JDK17"