MVN

io.mybatis : mybatis-jpa

Maven & Gradle

Jun 04, 2023
248 stars
<dependency>
    <groupId>io.mybatis</groupId>
    <artifactId>mybatis-jpa</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.mybatis : mybatis-jpa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1
  • Latest Release Candidate: 1.0.0-RC4

All Versions

Choose a version of io.mybatis : mybatis-jpa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
mybatis-jpa-2.1.1
mybatis-jpa-2.1.0
2.0.x
mybatis-jpa-2.0.0
1.2.x
mybatis-jpa-1.2.2
mybatis-jpa-1.2.1
mybatis-jpa-1.2.0
1.1.x
mybatis-jpa-1.1.0
1.0.x
mybatis-jpa-1.0.3
mybatis-jpa-1.0.2
mybatis-jpa-1.0.1
mybatis-jpa-1.0.0
mybatis-jpa-1.0.0-RC4
mybatis-jpa-1.0.0-RC3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.mybatis</groupId>
    <artifactId>mybatis-jpa</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.mybatis : mybatis-jpa gradle dependency to your build.gradle file:

implementation 'io.mybatis:mybatis-jpa:2.1.1'

Gradle Kotlin DSL: Add the following io.mybatis : mybatis-jpa gradle kotlin dependency to your build.gradle.kts file:

implementation("io.mybatis:mybatis-jpa:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.mybatis : mybatis-jpa sbt scala dependency to your build.sbt file:

libraryDependencies += "io.mybatis" % "mybatis-jpa" % "2.1.1"

Advertisement

Dependencies from Group

Mar 21, 2023
7 usages
30 stars
Jun 04, 2023
5 usages
248 stars
Jun 04, 2023
4 usages
248 stars
May 30, 2021
2 usages
248 stars
Jun 04, 2023
1 usages
248 stars

Discover Dependencies