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