| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.github.devgcoder |
| ArtifactId | ArtifactIdmybatis-entity |
| Last Version | Last Version1.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-entity
Demo project for Spring Boot
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mybatis-entity-1.0.8.pom | |
| mybatis-entity-1.0.8.jar | 62 KB |
| mybatis-entity-1.0.8-sources.jar | 32 KB |
| mybatis-entity-1.0.8-javadoc.jar | 221 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.devgcoder/mybatis-entity/ -->
<dependency>
<groupId>com.github.devgcoder</groupId>
<artifactId>mybatis-entity</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.devgcoder/mybatis-entity/
implementation 'com.github.devgcoder:mybatis-entity:1.0.8'
// https://jarcasting.com/artifacts/com.github.devgcoder/mybatis-entity/
implementation ("com.github.devgcoder:mybatis-entity:1.0.8")
'com.github.devgcoder:mybatis-entity:jar:1.0.8'
<dependency org="com.github.devgcoder" name="mybatis-entity" rev="1.0.8">
<artifact name="mybatis-entity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.devgcoder', module='mybatis-entity', version='1.0.8')
)
libraryDependencies += "com.github.devgcoder" % "mybatis-entity" % "1.0.8"
[com.github.devgcoder/mybatis-entity "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web Optional | jar | 2.1.0.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.0.RELEASE |
| org.mybatis : mybatis Optional | jar | 3.4.4 |
| org.mybatis : mybatis-spring Optional | jar | 1.3.1 |
| org.slf4j : slf4j-api Optional | jar | 1.7.25 |