Categories |
CategoriesData MyBatis ORM |
---|---|
GroupId | GroupIdcom.github.datalking |
ArtifactId | ArtifactIdmybatis-play-mvc |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-play-mvc-0.0.1.pom | |
mybatis-play-mvc-0.0.1.jar | 33 KB |
mybatis-play-mvc-0.0.1-sources.jar | 32 KB |
mybatis-play-mvc-0.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.datalking/mybatis-play-mvc/
implementation 'com.github.datalking:mybatis-play-mvc:0.0.1'
// https://jarcasting.com/artifacts/com.github.datalking/mybatis-play-mvc/
implementation ("com.github.datalking:mybatis-play-mvc:0.0.1")
'com.github.datalking:mybatis-play-mvc:jar:0.0.1'
<dependency org="com.github.datalking" name="mybatis-play-mvc" rev="0.0.1">
<artifact name="mybatis-play-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.datalking', module='mybatis-play-mvc', version='0.0.1')
)
libraryDependencies += "com.github.datalking" % "mybatis-play-mvc" % "0.0.1"
[com.github.datalking/mybatis-play-mvc "0.0.1"]