MVN

io.github.panxiaochao : pxc-framework-mybatis-plus

Maven & Gradle

Aug 25, 2023
0 stars

pxc framework mybatis plus ORM模块

<dependency>
    <groupId>io.github.panxiaochao</groupId>
    <artifactId>pxc-framework-mybatis-plus</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.panxiaochao : pxc-framework-mybatis-plus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of io.github.panxiaochao : pxc-framework-mybatis-plus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2022
pxc-framework-mybatis-plus-2022-2.7-1.5
pxc-framework-mybatis-plus-2022-2.7-1.4
pxc-framework-mybatis-plus-2022-2.7-1.3
pxc-framework-mybatis-plus-2022-2.7-1.2
pxc-framework-mybatis-plus-2022-2.7-1.1
pxc-framework-mybatis-plus-2022-2.6-1.1
pxc-framework-mybatis-plus-2022-2.6-1.0
2.0.x
pxc-framework-mybatis-plus-2.0.1

How to add a dependency to Maven

Add the following io.github.panxiaochao : pxc-framework-mybatis-plus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.panxiaochao</groupId>
    <artifactId>pxc-framework-mybatis-plus</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.panxiaochao : pxc-framework-mybatis-plus gradle dependency to your build.gradle file:

implementation 'io.github.panxiaochao:pxc-framework-mybatis-plus:2.0.1'

Gradle Kotlin DSL: Add the following io.github.panxiaochao : pxc-framework-mybatis-plus gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.panxiaochao:pxc-framework-mybatis-plus:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.panxiaochao : pxc-framework-mybatis-plus sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.panxiaochao" % "pxc-framework-mybatis-plus" % "2.0.1"