MVN

top.mangues : searchdb-spring-boot-starter

Maven & Gradle

Dec 10, 2018
3 stars

searchdb · 利用注解快速对表单查询增加字段检索功能

<dependency>
    <groupId>top.mangues</groupId>
    <artifactId>searchdb-spring-boot-starter</artifactId>
    <version>0.0.4-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.mangues : searchdb-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4-RELEASE

All Versions

Choose a version of top.mangues : searchdb-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
searchdb-spring-boot-starter-0.0.4-RELEASE
searchdb-spring-boot-starter-0.0.3-RELEASE
searchdb-spring-boot-starter-0.0.2-RELEASE
searchdb-spring-boot-starter-0.0.1-RELEASE

How to add a dependency to Maven

Add the following top.mangues : searchdb-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.mangues</groupId>
    <artifactId>searchdb-spring-boot-starter</artifactId>
    <version>0.0.4-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.mangues : searchdb-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'top.mangues:searchdb-spring-boot-starter:0.0.4-RELEASE'

Gradle Kotlin DSL: Add the following top.mangues : searchdb-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("top.mangues:searchdb-spring-boot-starter:0.0.4-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.mangues : searchdb-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "top.mangues" % "searchdb-spring-boot-starter" % "0.0.4-RELEASE"