MVN

io.gitee.zhangbinhub.acp.core : acp-message

Maven & Gradle

Mar 11, 2022

acp-admin-cloud · 基于acp构建的cloud应用

<dependency>
    <groupId>io.gitee.zhangbinhub.acp.core</groupId>
    <artifactId>acp-message</artifactId>
    <version>2021.0.1.0-jdk8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitee.zhangbinhub.acp.core : acp-message to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021.0.1.0-jdk8

All Versions

Choose a version of io.gitee.zhangbinhub.acp.core : acp-message to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.0.x
acp-message-2021.0.1.0-jdk8
acp-message-2021.0.1.0

How to add a dependency to Maven

Add the following io.gitee.zhangbinhub.acp.core : acp-message maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitee.zhangbinhub.acp.core</groupId>
    <artifactId>acp-message</artifactId>
    <version>2021.0.1.0-jdk8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitee.zhangbinhub.acp.core : acp-message gradle dependency to your build.gradle file:

implementation 'io.gitee.zhangbinhub.acp.core:acp-message:2021.0.1.0-jdk8'

Gradle Kotlin DSL: Add the following io.gitee.zhangbinhub.acp.core : acp-message gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitee.zhangbinhub.acp.core:acp-message:2021.0.1.0-jdk8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitee.zhangbinhub.acp.core : acp-message sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitee.zhangbinhub.acp.core" % "acp-message" % "2021.0.1.0-jdk8"