MVN

com.github.dreamroute : mybatis-pro-service

Maven & Gradle

Nov 02, 2022
2 usages
25 stars

mybatis-pro-service · mybatis-pro

<dependency>
    <groupId>com.github.dreamroute</groupId>
    <artifactId>mybatis-pro-service</artifactId>
    <version>1.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dreamroute : mybatis-pro-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.5

All Versions

Choose a version of com.github.dreamroute : mybatis-pro-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
mybatis-pro-service-1.6.5
mybatis-pro-service-1.6.4
mybatis-pro-service-1.6.3
mybatis-pro-service-1.6.2
mybatis-pro-service-1.6.1
mybatis-pro-service-1.6.0
1.5.x
mybatis-pro-service-1.5.9
mybatis-pro-service-1.5.8
mybatis-pro-service-1.5.7
mybatis-pro-service-1.5.6
mybatis-pro-service-1.5.5
mybatis-pro-service-1.5.4
mybatis-pro-service-1.5.3
mybatis-pro-service-1.5.2
mybatis-pro-service-1.5.1
mybatis-pro-service-1.5.0
1.3.x
mybatis-pro-service-1.3.6
mybatis-pro-service-1.3.5
mybatis-pro-service-1.3.4
mybatis-pro-service-1.3.3
mybatis-pro-service-1.3.2
mybatis-pro-service-1.3.1
mybatis-pro-service-1.3.0
1.2.x
mybatis-pro-service-1.2.9
mybatis-pro-service-1.2.8
mybatis-pro-service-1.2.7
mybatis-pro-service-1.2.6
mybatis-pro-service-1.2.5
mybatis-pro-service-1.2.4
mybatis-pro-service-1.2.3
mybatis-pro-service-1.2.2
mybatis-pro-service-1.2.1
mybatis-pro-service-1.2.0
1.1.x
mybatis-pro-service-1.1.9
mybatis-pro-service-1.1.8
mybatis-pro-service-1.1.7
mybatis-pro-service-1.1.6
mybatis-pro-service-1.1.5
mybatis-pro-service-1.1.4
mybatis-pro-service-1.1.3
mybatis-pro-service-1.1.2
mybatis-pro-service-1.1.1
mybatis-pro-service-1.1.0

How to add a dependency to Maven

Add the following com.github.dreamroute : mybatis-pro-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dreamroute</groupId>
    <artifactId>mybatis-pro-service</artifactId>
    <version>1.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dreamroute : mybatis-pro-service gradle dependency to your build.gradle file:

implementation 'com.github.dreamroute:mybatis-pro-service:1.6.5'

Gradle Kotlin DSL: Add the following com.github.dreamroute : mybatis-pro-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dreamroute:mybatis-pro-service:1.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dreamroute : mybatis-pro-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dreamroute" % "mybatis-pro-service" % "1.6.5"

Advertisement