MVN

cn.zhxu : bean-searcher-solon-plugin

Maven & Gradle

Aug 02, 2023
947 stars

Bean Searcher

<dependency>
    <groupId>cn.zhxu</groupId>
    <artifactId>bean-searcher-solon-plugin</artifactId>
    <version>4.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.zhxu : bean-searcher-solon-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.4

All Versions

Choose a version of cn.zhxu : bean-searcher-solon-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
bean-searcher-solon-plugin-4.2.4
bean-searcher-solon-plugin-4.2.3
bean-searcher-solon-plugin-4.2.2
bean-searcher-solon-plugin-4.2.1
bean-searcher-solon-plugin-4.2.0
4.1.x
bean-searcher-solon-plugin-4.1.2
bean-searcher-solon-plugin-4.1.1
bean-searcher-solon-plugin-4.1.0

How to add a dependency to Maven

Add the following cn.zhxu : bean-searcher-solon-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.zhxu</groupId>
    <artifactId>bean-searcher-solon-plugin</artifactId>
    <version>4.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.zhxu : bean-searcher-solon-plugin gradle dependency to your build.gradle file:

implementation 'cn.zhxu:bean-searcher-solon-plugin:4.2.4'

Gradle Kotlin DSL: Add the following cn.zhxu : bean-searcher-solon-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.zhxu:bean-searcher-solon-plugin:4.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.zhxu : bean-searcher-solon-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.zhxu" % "bean-searcher-solon-plugin" % "4.2.4"

Advertisement