MVN

top.wu2020 : wu-database-lazy-starter

Maven & Gradle

Mar 07, 2023
15 usages

懒人数据库操作

<dependency>
    <groupId>top.wu2020</groupId>
    <artifactId>wu-database-lazy-starter</artifactId>
    <version>1.1.9-JDK1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.wu2020 : wu-database-lazy-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9-JDK1.8

All Versions

Choose a version of top.wu2020 : wu-database-lazy-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
wu-database-lazy-starter-1.1.9-JDK1.8
wu-database-lazy-starter-1.1.8-JDK1.8
wu-database-lazy-starter-1.1.7-JDK1.8
wu-database-lazy-starter-1.1.6-JDK1.8
wu-database-lazy-starter-1.1.5-JDK1.8
wu-database-lazy-starter-1.1.4-JDK1.8
wu-database-lazy-starter-1.1.3-JDK1.8
wu-database-lazy-starter-1.1.2-JDK1.8
wu-database-lazy-starter-1.1.1-JDK1.8
wu-database-lazy-starter-1.1.0-JDK1.8
1.0.x
wu-database-lazy-starter-1.0.9
wu-database-lazy-starter-1.0.9-JDK1.8
wu-database-lazy-starter-1.0.8
wu-database-lazy-starter-1.0.8-JDK1.8
wu-database-lazy-starter-1.0.7-JDK1.8
wu-database-lazy-starter-1.0.6
wu-database-lazy-starter-1.0.5
wu-database-lazy-starter-1.0.4

How to add a dependency to Maven

Add the following top.wu2020 : wu-database-lazy-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.wu2020</groupId>
    <artifactId>wu-database-lazy-starter</artifactId>
    <version>1.1.9-JDK1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.wu2020 : wu-database-lazy-starter gradle dependency to your build.gradle file:

implementation 'top.wu2020:wu-database-lazy-starter:1.1.9-JDK1.8'

Gradle Kotlin DSL: Add the following top.wu2020 : wu-database-lazy-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("top.wu2020:wu-database-lazy-starter:1.1.9-JDK1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.wu2020 : wu-database-lazy-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "top.wu2020" % "wu-database-lazy-starter" % "1.1.9-JDK1.8"

Advertisement