MVN

org.jeecgframework : minidao-pe

Maven & Gradle

Aug 15, 2023
1 usages

minidao-pe · An powerful enhanced toolkit of SpringJdbc for simplify development

<dependency>
    <groupId>org.jeecgframework</groupId>
    <artifactId>minidao-pe</artifactId>
    <version>1.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jeecgframework : minidao-pe to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.2

All Versions

Choose a version of org.jeecgframework : minidao-pe to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
minidao-pe-1.9.2
minidao-pe-1.9.1
minidao-pe-1.9.0
1.8.x
minidao-pe-1.8.23
minidao-pe-1.8.8
minidao-pe-1.8.7
minidao-pe-1.8.6
minidao-pe-1.8.5
minidao-pe-1.8.4
minidao-pe-1.8.3
minidao-pe-1.8.2
1.7.x
minidao-pe-1.7.7
minidao-pe-1.7.6
minidao-pe-1.7.5
minidao-pe-1.7.4
minidao-pe-1.7.3
minidao-pe-1.7.2
minidao-pe-1.7.1
minidao-pe-1.7.0
1.6.x
minidao-pe-1.6.7
minidao-pe-1.6.6
minidao-pe-1.6.5
minidao-pe-1.6.4
minidao-pe-1.6.2
minidao-pe-1.6.1

How to add a dependency to Maven

Add the following org.jeecgframework : minidao-pe maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jeecgframework</groupId>
    <artifactId>minidao-pe</artifactId>
    <version>1.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jeecgframework : minidao-pe gradle dependency to your build.gradle file:

implementation 'org.jeecgframework:minidao-pe:1.9.2'

Gradle Kotlin DSL: Add the following org.jeecgframework : minidao-pe gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jeecgframework:minidao-pe:1.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jeecgframework : minidao-pe sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jeecgframework" % "minidao-pe" % "1.9.2"