| Категории |
КатегорииMyBatis Данные ORM |
|---|---|
| Группа | Группаme.gaigeshen.mybatis |
| Идентификатор | Идентификаторmybatis-helper |
| Версия | Версия1.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mybatis-helper-1.2.1.pom | |
| mybatis-helper-1.2.1.jar | 27 KB |
| mybatis-helper-1.2.1-sources.jar | 17 KB |
| mybatis-helper-1.2.1-javadoc.jar | 105 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/me.gaigeshen.mybatis/mybatis-helper/ -->
<dependency>
<groupId>me.gaigeshen.mybatis</groupId>
<artifactId>mybatis-helper</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.gaigeshen.mybatis/mybatis-helper/
implementation 'me.gaigeshen.mybatis:mybatis-helper:1.2.1'
// https://jarcasting.com/artifacts/me.gaigeshen.mybatis/mybatis-helper/
implementation ("me.gaigeshen.mybatis:mybatis-helper:1.2.1")
'me.gaigeshen.mybatis:mybatis-helper:jar:1.2.1'
<dependency org="me.gaigeshen.mybatis" name="mybatis-helper" rev="1.2.1">
<artifact name="mybatis-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.gaigeshen.mybatis', module='mybatis-helper', version='1.2.1')
)
libraryDependencies += "me.gaigeshen.mybatis" % "mybatis-helper" % "1.2.1"
[me.gaigeshen.mybatis/mybatis-helper "1.2.1"]