mybatis-play-mvc

play-mvc integration for mybatis 3. forked from mybatis/spring.

License

License

MIT
Categories

Categories

Data MyBatis ORM
GroupId

GroupId

com.github.datalking
ArtifactId

ArtifactId

mybatis-play-mvc
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

mybatis-play-mvc
play-mvc integration for mybatis 3. forked from mybatis/spring.
Project URL

Project URL

https://github.com/datalking/mybatis-play-mvc
Source Code Management

Source Code Management

https://github.com/datalking/mybatis-play-mvc/tree/master

Download mybatis-play-mvc

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.4.4
com.github.datalking : play-mvc jar 0.1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1