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