License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.miemiedev |
ArtifactId | ArtifactIdmybatis-callable |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-callable
A Mybatis plugin, implementation of database query Stored Procedure
|
Project URL |
Project URL |
Filename | Size |
---|---|
mybatis-callable-1.0.pom | |
mybatis-callable-1.0.jar | 11 KB |
mybatis-callable-1.0-sources.jar | 6 KB |
mybatis-callable-1.0-javadoc.jar | 59 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.1.0 |
org.slf4j : slf4j-api | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
mysql : mysql-connector-java | jar | 5.1.25 |