License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdorg.mybatis |
ArtifactId | ArtifactIdmybatis |
Last Version | Last Version3.5.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis
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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-3.5.10.pom | |
mybatis-3.5.10.jar | 632 KB |
mybatis-3.5.10-sources.jar | 347 KB |
mybatis-3.5.10-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mybatis/mybatis/ -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis/mybatis/
implementation 'org.mybatis:mybatis:3.5.10'
// https://jarcasting.com/artifacts/org.mybatis/mybatis/
implementation ("org.mybatis:mybatis:3.5.10")
'org.mybatis:mybatis:jar:3.5.10'
<dependency org="org.mybatis" name="mybatis" rev="3.5.10">
<artifact name="mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis', module='mybatis', version='3.5.10')
)
libraryDependencies += "org.mybatis" % "mybatis" % "3.5.10"
[org.mybatis/mybatis "3.5.10"]
Group / Artifact | Type | Version |
---|---|---|
ognl : ognl Optional | jar | 3.3.2 |
org.javassist : javassist Optional | jar | 3.29.0-GA |
org.slf4j : slf4j-api Optional | jar | 1.7.36 |
ch.qos.reload4j : reload4j Optional | jar | 1.2.21 |
org.apache.logging.log4j : log4j-api Optional | jar | 2.17.2 |
commons-logging : commons-logging Optional | jar | 1.2 |
cglib : cglib Optional | jar | 3.3.0 |
Group / Artifact | Type | Version |
---|---|---|
com.microsoft.sqlserver : mssql-jdbc | jar | 11.1.1.jre8-preview |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.hsqldb : hsqldb | jar | 2.5.2 |
org.apache.derby : derby | jar | 10.14.2.0 |
com.h2database : h2 | jar | 2.1.212 |
org.mockito : mockito-core | jar | 4.5.1 |
org.mockito : mockito-junit-jupiter | jar | 4.5.1 |
org.apache.velocity : velocity-engine-core | jar | 2.3 |
org.postgresql : postgresql | jar | 42.3.5 |
mysql : mysql-connector-java | jar | 8.0.29 |
org.assertj : assertj-core | jar | 3.22.0 |
eu.codearte.catch-exception : catch-exception | jar | 2.0 |
org.testcontainers : junit-jupiter | jar | 1.17.2 |
org.testcontainers : postgresql | jar | 1.17.2 |
org.testcontainers : mysql | jar | 1.17.2 |
ch.qos.logback : logback-classic | jar | 1.2.11 |
org.apache.logging.log4j : log4j-core | jar | 2.17.2 |