MVN

icu.easyj.boot.middleware : easyj-dwz-server-application

Maven & Gradle

Dec 07, 2022
4 stars

icu.easyj.boot.middleware :: easyj-dwz-server-application · EasyJ中间件:DWZ(短链接服务)服务端

<dependency>
    <groupId>icu.easyj.boot.middleware</groupId>
    <artifactId>easyj-dwz-server-application</artifactId>
    <version>0.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of icu.easyj.boot.middleware : easyj-dwz-server-application to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.5

All Versions

Choose a version of icu.easyj.boot.middleware : easyj-dwz-server-application to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
easyj-dwz-server-application-0.7.5-for-springboot3
easyj-dwz-server-application-0.7.5

How to add a dependency to Maven

Add the following icu.easyj.boot.middleware : easyj-dwz-server-application maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>icu.easyj.boot.middleware</groupId>
    <artifactId>easyj-dwz-server-application</artifactId>
    <version>0.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following icu.easyj.boot.middleware : easyj-dwz-server-application gradle dependency to your build.gradle file:

implementation 'icu.easyj.boot.middleware:easyj-dwz-server-application:0.7.5'

Gradle Kotlin DSL: Add the following icu.easyj.boot.middleware : easyj-dwz-server-application gradle kotlin dependency to your build.gradle.kts file:

implementation("icu.easyj.boot.middleware:easyj-dwz-server-application:0.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following icu.easyj.boot.middleware : easyj-dwz-server-application sbt scala dependency to your build.sbt file:

libraryDependencies += "icu.easyj.boot.middleware" % "easyj-dwz-server-application" % "0.7.5"