| Категории |
КатегорииMyBatis Данные ORM |
|---|---|
| Группа | Группаcool.happycoding |
| Идентификатор | Идентификаторhappy-code-starter-mybatis |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типjar |
<!-- 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"]