| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.github.dingey |
| ArtifactId | ArtifactIdmybatis-mapper |
| Last Version | Last Version0.5.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-mapper
mybatis crud mapper
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mybatis-mapper-0.5.5.pom | |
| mybatis-mapper-0.5.5.jar | 26 KB |
| mybatis-mapper-0.5.5-sources.jar | 16 KB |
| mybatis-mapper-0.5.5-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dingey/mybatis-mapper/ -->
<dependency>
<groupId>com.github.dingey</groupId>
<artifactId>mybatis-mapper</artifactId>
<version>0.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dingey/mybatis-mapper/
implementation 'com.github.dingey:mybatis-mapper:0.5.5'
// https://jarcasting.com/artifacts/com.github.dingey/mybatis-mapper/
implementation ("com.github.dingey:mybatis-mapper:0.5.5")
'com.github.dingey:mybatis-mapper:jar:0.5.5'
<dependency org="com.github.dingey" name="mybatis-mapper" rev="0.5.5">
<artifact name="mybatis-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dingey', module='mybatis-mapper', version='0.5.5')
)
libraryDependencies += "com.github.dingey" % "mybatis-mapper" % "0.5.5"
[com.github.dingey/mybatis-mapper "0.5.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.persistence : javax.persistence-api | jar | 2.2 |
| org.mybatis : mybatis Optional | jar | 3.5.7 |