License |
License |
---|---|
Categories |
CategoriesData MyBatis ORM |
GroupId | GroupIdcom.github.datalking |
ArtifactId | ArtifactIdmybatis-play-mvc |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-play-mvc
play-mvc integration for mybatis 3. forked from mybatis/spring.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-play-mvc-0.0.2.pom | |
mybatis-play-mvc-0.0.2.jar | 33 KB |
mybatis-play-mvc-0.0.2-sources.jar | 32 KB |
mybatis-play-mvc-0.0.2-javadoc.jar | 136 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.4.4 |
com.github.datalking : play-mvc | jar | 0.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |