Last Version

mybatis 3.4.6-beta1

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

tk.mybatis
ArtifactId

ArtifactId

mybatis
Version

Version

3.4.6-beta1
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 3.4.6-beta1


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

Dependencies

compile (8)

Group / Artifact Type Version
ognl : ognl Optional jar 3.1.16
org.javassist : javassist Optional jar 3.22.0-GA
org.slf4j : slf4j-api Optional jar 1.7.25
org.slf4j : slf4j-log4j12 Optional jar 1.7.25
log4j : log4j Optional jar 1.2.17
org.apache.logging.log4j : log4j-core Optional jar 2.3
commons-logging : commons-logging Optional jar 1.2
cglib : cglib Optional jar 3.2.5

test (11)

Group / Artifact Type Version
org.junit.vintage : junit-vintage-engine jar 4.12.2
org.hsqldb : hsqldb jar 2.3.5
org.apache.derby : derby jar 10.12.1.1
org.mockito : mockito-core jar 2.12.0
commons-dbcp : commons-dbcp jar 1.4
org.jboss.spec.javax.transaction : jboss-transaction-api_1.2_spec jar 1.0.1.Final
org.apache.velocity : velocity jar 1.7
org.postgresql : postgresql jar 42.1.4.jre6
org.assertj : assertj-core jar 1.7.1
eu.codearte.catch-exception : catch-exception jar 1.4.4
ru.yandex.qatools.embed : postgresql-embedded jar 2.5

Project Modules

There are no modules declared in this project.