MVN

io.github.penggle : mybatis-tiny-base

Maven & Gradle

Jun 12, 2022

mybatis-tiny-base · Mybatis-Tiny的注解部分

<dependency>
    <groupId>io.github.penggle</groupId>
    <artifactId>mybatis-tiny-base</artifactId>
    <version>3.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.penggle : mybatis-tiny-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.1

All Versions

Choose a version of io.github.penggle : mybatis-tiny-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
mybatis-tiny-base-3.5.1
3.5
mybatis-tiny-base-3.5

How to add a dependency to Maven

Add the following io.github.penggle : mybatis-tiny-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.penggle</groupId>
    <artifactId>mybatis-tiny-base</artifactId>
    <version>3.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.penggle : mybatis-tiny-base gradle dependency to your build.gradle file:

implementation 'io.github.penggle:mybatis-tiny-base:3.5.1'

Gradle Kotlin DSL: Add the following io.github.penggle : mybatis-tiny-base gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.penggle:mybatis-tiny-base:3.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.penggle : mybatis-tiny-base sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.penggle" % "mybatis-tiny-base" % "3.5.1"