MVN

io.github.portaldalaran : taming

Maven & Gradle

Apr 03, 2023
0 stars

taming · The is Mybatis plus extension tool, extend and encapsulate the request parameter as QueryWrapper 对于Mybatis plus的扩展工具,对request传入参数扩展并封装为QueryWrapper

<dependency>
    <groupId>io.github.portaldalaran</groupId>
    <artifactId>taming</artifactId>
    <version>1.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.portaldalaran : taming to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.16

All Versions

Choose a version of io.github.portaldalaran : taming to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
taming-1.0.16
taming-1.0.15
taming-1.0.14
taming-1.0.13
taming-1.0.12
taming-1.0.11
taming-1.0.10
taming-1.0.9
taming-1.0.8
taming-1.0.7
taming-1.0.6
taming-1.0.5
taming-1.0.4
taming-1.0.3
taming-1.0.2
taming-1.0.1
taming-1.0.0

How to add a dependency to Maven

Add the following io.github.portaldalaran : taming maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.portaldalaran</groupId>
    <artifactId>taming</artifactId>
    <version>1.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.portaldalaran : taming gradle dependency to your build.gradle file:

implementation 'io.github.portaldalaran:taming:1.0.16'

Gradle Kotlin DSL: Add the following io.github.portaldalaran : taming gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.portaldalaran:taming:1.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.portaldalaran : taming sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.portaldalaran" % "taming" % "1.0.16"

Advertisement