MVN

org.linuxprobe : mybatis-universal-crud-spring-boot-starter

Maven & Gradle

Jul 25, 2020

mybatis-universal-crud-spring-boot-starter · mybatis-universal-crud-spring-boot-starter

<dependency>
    <groupId>org.linuxprobe</groupId>
    <artifactId>mybatis-universal-crud-spring-boot-starter</artifactId>
    <version>2.3.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.linuxprobe : mybatis-universal-crud-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1.RELEASE

All Versions

Choose a version of org.linuxprobe : mybatis-universal-crud-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
mybatis-universal-crud-spring-boot-starter-2.3.1.RELEASE
mybatis-universal-crud-spring-boot-starter-2.3.0.RELEASE
2.2.x
mybatis-universal-crud-spring-boot-starter-2.2.6.RELEASE
mybatis-universal-crud-spring-boot-starter-2.2.5.RELEASE
mybatis-universal-crud-spring-boot-starter-2.2.4.RELEASE
mybatis-universal-crud-spring-boot-starter-2.2.3.RELEASE
mybatis-universal-crud-spring-boot-starter-2.2.2.RELEASE
mybatis-universal-crud-spring-boot-starter-2.2.1.RELEASE
mybatis-universal-crud-spring-boot-starter-2.2.0.RELEASE
2.1.x
mybatis-universal-crud-spring-boot-starter-2.1.9.RELEASE
mybatis-universal-crud-spring-boot-starter-2.1.8.RELEASE
mybatis-universal-crud-spring-boot-starter-2.1.7.RELEASE
mybatis-universal-crud-spring-boot-starter-2.1.6.RELEASE
mybatis-universal-crud-spring-boot-starter-2.1.5.RELEASE
mybatis-universal-crud-spring-boot-starter-2.1.4.RELEASE
mybatis-universal-crud-spring-boot-starter-2.1.3.RELEASE
mybatis-universal-crud-spring-boot-starter-2.1.2.RELEASE
mybatis-universal-crud-spring-boot-starter-2.1.1.RELEASE
mybatis-universal-crud-spring-boot-starter-2.1.0.RELEASE
0.0.x
mybatis-universal-crud-spring-boot-starter-0.0.1.RELEASE

How to add a dependency to Maven

Add the following org.linuxprobe : mybatis-universal-crud-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.linuxprobe</groupId>
    <artifactId>mybatis-universal-crud-spring-boot-starter</artifactId>
    <version>2.3.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.linuxprobe : mybatis-universal-crud-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'org.linuxprobe:mybatis-universal-crud-spring-boot-starter:2.3.1.RELEASE'

Gradle Kotlin DSL: Add the following org.linuxprobe : mybatis-universal-crud-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.linuxprobe:mybatis-universal-crud-spring-boot-starter:2.3.1.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.linuxprobe : mybatis-universal-crud-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.linuxprobe" % "mybatis-universal-crud-spring-boot-starter" % "2.3.1.RELEASE"

Advertisement