| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.github.sgfh |
| ArtifactId | ArtifactIdsmart-mybatis |
| Last Version | Last Version2.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsmart-mybatis
Demo project for Spring Boot
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| smart-mybatis-2.0.5.pom | |
| smart-mybatis-2.0.5.jar | 51 KB |
| smart-mybatis-2.0.5-sources.jar | 28 KB |
| smart-mybatis-2.0.5-javadoc.jar | 257 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sgfh/smart-mybatis/ -->
<dependency>
<groupId>com.github.sgfh</groupId>
<artifactId>smart-mybatis</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sgfh/smart-mybatis/
implementation 'com.github.sgfh:smart-mybatis:2.0.5'
// https://jarcasting.com/artifacts/com.github.sgfh/smart-mybatis/
implementation ("com.github.sgfh:smart-mybatis:2.0.5")
'com.github.sgfh:smart-mybatis:jar:2.0.5'
<dependency org="com.github.sgfh" name="smart-mybatis" rev="2.0.5">
<artifact name="smart-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sgfh', module='smart-mybatis', version='2.0.5')
)
libraryDependencies += "com.github.sgfh" % "smart-mybatis" % "2.0.5"
[com.github.sgfh/smart-mybatis "2.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.alibaba : fastjson | jar | 1.2.51 |
| org.json : json | jar | 20180813 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
| mysql : mysql-connector-java | jar | 5.1.45 |
| com.alibaba : druid | jar | 1.0.26 |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.1.1 |
| com.github.pagehelper : pagehelper | jar | 4.1.6 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.0 |
| org.springframework : spring-web | jar | 5.1.5.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-devtools Optional | jar | 2.1.3.RELEASE |