is not current version
Last Version 1.0.3.RELEASE

cool.happycoding:happy-code-starter-mybatis 1.0.0.RELEASE

mybatis组件

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

cool.happycoding
ArtifactId

ArtifactId

happy-code-starter-mybatis
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download happy-code-starter-mybatis 1.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/cool.happycoding/happy-code-starter-mybatis/ -->
<dependency>
    <groupId>cool.happycoding</groupId>
    <artifactId>happy-code-starter-mybatis</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cool.happycoding/happy-code-starter-mybatis/
implementation 'cool.happycoding:happy-code-starter-mybatis:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/cool.happycoding/happy-code-starter-mybatis/
implementation ("cool.happycoding:happy-code-starter-mybatis:1.0.0.RELEASE")
'cool.happycoding:happy-code-starter-mybatis:jar:1.0.0.RELEASE'
<dependency org="cool.happycoding" name="happy-code-starter-mybatis" rev="1.0.0.RELEASE">
  <artifact name="happy-code-starter-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.happycoding', module='happy-code-starter-mybatis', version='1.0.0.RELEASE')
)
libraryDependencies += "cool.happycoding" % "happy-code-starter-mybatis" % "1.0.0.RELEASE"
[cool.happycoding/happy-code-starter-mybatis "1.0.0.RELEASE"]