mybatis

The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.pig4cloud
ArtifactId

ArtifactId

mybatis
Last Version

Last Version

0.5.2
Release Date

Release Date

Type

Type

jar
Description

Description

mybatis
The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.
Project URL

Project URL

http://www.mybatis.org/mybatis-3
Project Organization

Project Organization

MyBatis.org
Source Code Management

Source Code Management

http://github.com/mybatis/mybatis-3

Download mybatis

How to add to project

<!-- https://jarcasting.com/artifacts/com.pig4cloud/mybatis/ -->
<dependency>
    <groupId>com.pig4cloud</groupId>
    <artifactId>mybatis</artifactId>
    <version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pig4cloud/mybatis/
implementation 'com.pig4cloud:mybatis:0.5.2'
// https://jarcasting.com/artifacts/com.pig4cloud/mybatis/
implementation ("com.pig4cloud:mybatis:0.5.2")
'com.pig4cloud:mybatis:jar:0.5.2'
<dependency org="com.pig4cloud" name="mybatis" rev="0.5.2">
  <artifact name="mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pig4cloud', module='mybatis', version='0.5.2')
)
libraryDependencies += "com.pig4cloud" % "mybatis" % "0.5.2"
[com.pig4cloud/mybatis "0.5.2"]

Dependencies

compile (8)

Group / Artifact Type Version
ognl : ognl Optional jar 3.2.10
org.javassist : javassist Optional jar 3.24.1-GA
org.slf4j : slf4j-api Optional jar 1.7.26
org.slf4j : slf4j-log4j12 Optional jar 1.7.26
log4j : log4j Optional jar 1.2.17
org.apache.logging.log4j : log4j-core Optional jar 2.11.2
commons-logging : commons-logging Optional jar 1.2
cglib : cglib Optional jar 3.2.10

test (13)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.5.0
org.hsqldb : hsqldb jar 2.4.1
org.apache.derby : derby jar 10.14.2.0
org.mockito : mockito-core jar 2.25.1
org.mockito : mockito-junit-jupiter jar 2.25.1
org.apache.commons : commons-dbcp2 jar 2.6.0
javax.transaction : javax.transaction-api jar 1.3
org.apache.velocity : velocity-engine-core jar 2.0
org.postgresql : postgresql jar 42.2.5
org.assertj : assertj-core jar 3.12.2
eu.codearte.catch-exception : catch-exception jar 1.4.6
org.testcontainers : junit-jupiter jar 1.11.2
org.testcontainers : postgresql jar 1.11.2

Project Modules

There are no modules declared in this project.

MyBatis SQL Mapper Framework for Java

build Coverage Status Maven central Sonatype Nexus (Snapshots) License Stack Overflow Project Stats

mybatis

The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.

Essentials

com.pig4cloud

MyBatis

Versions

Version
0.5.2