mybatis-callable

A Mybatis plugin, implementation of database query Stored Procedure

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.miemiedev
ArtifactId

ArtifactId

mybatis-callable
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

mybatis-callable
A Mybatis plugin, implementation of database query Stored Procedure
Project URL

Project URL

https://github.com/miemiedev/mybatis-callable

Download mybatis-callable

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.1.0
org.slf4j : slf4j-api jar 1.7.2

provided (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.10

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
mysql : mysql-connector-java jar 5.1.25

Project Modules

There are no modules declared in this project.

Versions

Version
1.0