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