MVN

ai.ylyue : yue-library-webflux

Maven & Gradle

Dec 27, 2022
1 usages

yue-library-webflux · yue-基础库-webflux

<dependency>
    <groupId>ai.ylyue</groupId>
    <artifactId>yue-library-webflux</artifactId>
    <version>j11.2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.ylyue : yue-library-webflux to add to Maven or Gradle - Latest Versions:

  • Latest Stable: j11.2.6.1

All Versions

Choose a version of ai.ylyue : yue-library-webflux to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
yue-library-webflux-2.1.0
j11.2.x
yue-library-webflux-j11.2.6.1
yue-library-webflux-j11.2.6.0
yue-library-webflux-j11.2.4.0
yue-library-webflux-j11.2.3.3
yue-library-webflux-j11.2.3.2
yue-library-webflux-j11.2.3.1
yue-library-webflux-j11.2.3.0
yue-library-webflux-j11.2.2.0
j8.2.x
yue-library-webflux-j8.2.4.0
yue-library-webflux-j8.2.3.3
yue-library-webflux-j8.2.3.2
yue-library-webflux-j8.2.3.1
yue-library-webflux-j8.2.3.0
yue-library-webflux-j8.2.2.0

How to add a dependency to Maven

Add the following ai.ylyue : yue-library-webflux maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.ylyue</groupId>
    <artifactId>yue-library-webflux</artifactId>
    <version>j11.2.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.ylyue : yue-library-webflux gradle dependency to your build.gradle file:

implementation 'ai.ylyue:yue-library-webflux:j11.2.6.1'

Gradle Kotlin DSL: Add the following ai.ylyue : yue-library-webflux gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.ylyue:yue-library-webflux:j11.2.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.ylyue : yue-library-webflux sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.ylyue" % "yue-library-webflux" % "j11.2.6.1"

Advertisement