License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdpro.haichuang.framework |
ArtifactId | ArtifactIdhc-mybatis |
Last Version | Last Version1.2.2.211220 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis is HaiChuang's self-developed simple framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
hc-mybatis-1.2.2.211220.pom | |
hc-mybatis-1.2.2.211220.jar | 43 KB |
hc-mybatis-1.2.2.211220-sources.jar | 36 KB |
hc-mybatis-1.2.2.211220-javadoc.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pro.haichuang.framework/hc-mybatis/ -->
<dependency>
<groupId>pro.haichuang.framework</groupId>
<artifactId>hc-mybatis</artifactId>
<version>1.2.2.211220</version>
</dependency>
// https://jarcasting.com/artifacts/pro.haichuang.framework/hc-mybatis/
implementation 'pro.haichuang.framework:hc-mybatis:1.2.2.211220'
// https://jarcasting.com/artifacts/pro.haichuang.framework/hc-mybatis/
implementation ("pro.haichuang.framework:hc-mybatis:1.2.2.211220")
'pro.haichuang.framework:hc-mybatis:jar:1.2.2.211220'
<dependency org="pro.haichuang.framework" name="hc-mybatis" rev="1.2.2.211220">
<artifact name="hc-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.haichuang.framework', module='hc-mybatis', version='1.2.2.211220')
)
libraryDependencies += "pro.haichuang.framework" % "hc-mybatis" % "1.2.2.211220"
[pro.haichuang.framework/hc-mybatis "1.2.2.211220"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : druid-spring-boot-starter | jar | 1.2.8 |
com.baomidou : mybatis-plus-boot-starter | jar | 3.4.3.4 |
com.baomidou : mybatis-plus-generator | jar | 3.5.1 |
org.apache.velocity : velocity-engine-core | jar | 2.3 |
com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.4.0 |
org.springframework.boot : spring-boot-starter-web | jar | 2.5.5 |
org.springframework.boot : spring-boot-starter-log4j2 | jar | 2.5.5 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.0 |
org.apache.logging.log4j : log4j-core | jar | 2.17.0 |
org.apache.logging.log4j : log4j-jul | jar | 2.17.0 |
com.lmax : disruptor | jar | 3.4.4 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.5.5 |
org.projectlombok : lombok Optional | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
pro.haichuang.framework : hc-base | jar | 1.2.2.211220 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.26 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.5 |