MVN

org.dromara.stream-query : stream-plugin-mp-solon

Maven & Gradle

Sep 07, 2023
<dependency>
    <groupId>org.dromara.stream-query</groupId>
    <artifactId>stream-plugin-mp-solon</artifactId>
    <version>2.0.0-alpha+002</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dromara.stream-query : stream-plugin-mp-solon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-alpha+002
  • Latest Alpha: 2.0.0-alpha+002

All Versions

Choose a version of org.dromara.stream-query : stream-plugin-mp-solon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
stream-plugin-mp-solon-2.0.0-alpha+002

How to add a dependency to Maven

Add the following org.dromara.stream-query : stream-plugin-mp-solon maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dromara.stream-query</groupId>
    <artifactId>stream-plugin-mp-solon</artifactId>
    <version>2.0.0-alpha+002</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dromara.stream-query : stream-plugin-mp-solon gradle dependency to your build.gradle file:

implementation 'org.dromara.stream-query:stream-plugin-mp-solon:2.0.0-alpha+002'

Gradle Kotlin DSL: Add the following org.dromara.stream-query : stream-plugin-mp-solon gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dromara.stream-query:stream-plugin-mp-solon:2.0.0-alpha+002")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dromara.stream-query : stream-plugin-mp-solon sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dromara.stream-query" % "stream-plugin-mp-solon" % "2.0.0-alpha+002"