| Categories |
CategoriesMyBatis Data ORM |
|---|---|
| GroupId | GroupIdcom.github.yuyenews |
| ArtifactId | ArtifactIdmars-mybatis |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mars-mybatis-3.0.0.pom | |
| mars-mybatis-3.0.0.jar | 16 KB |
| mars-mybatis-3.0.0-sources.jar | 10 KB |
| mars-mybatis-3.0.0-javadoc.jar | 77 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/mars-mybatis/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-mybatis</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-mybatis/
implementation 'com.github.yuyenews:mars-mybatis:3.0.0'
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-mybatis/
implementation ("com.github.yuyenews:mars-mybatis:3.0.0")
'com.github.yuyenews:mars-mybatis:jar:3.0.0'
<dependency org="com.github.yuyenews" name="mars-mybatis" rev="3.0.0">
<artifact name="mars-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='mars-mybatis', version='3.0.0')
)
libraryDependencies += "com.github.yuyenews" % "mars-mybatis" % "3.0.0"
[com.github.yuyenews/mars-mybatis "3.0.0"]