| Категории |
КатегорииMyBatis Данные ORM |
|---|---|
| Группа | Группаorg.hswebframework.web |
| Идентификатор | Идентификаторhsweb-commons-dao-mybatis |
| Версия | Версия3.0.8 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-commons-dao-mybatis/ -->
<dependency>
<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-commons-dao-mybatis</artifactId>
<version>3.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-commons-dao-mybatis/
implementation 'org.hswebframework.web:hsweb-commons-dao-mybatis:3.0.8'
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-commons-dao-mybatis/
implementation ("org.hswebframework.web:hsweb-commons-dao-mybatis:3.0.8")
'org.hswebframework.web:hsweb-commons-dao-mybatis:jar:3.0.8'
<dependency org="org.hswebframework.web" name="hsweb-commons-dao-mybatis" rev="3.0.8">
<artifact name="hsweb-commons-dao-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework.web', module='hsweb-commons-dao-mybatis', version='3.0.8')
)
libraryDependencies += "org.hswebframework.web" % "hsweb-commons-dao-mybatis" % "3.0.8"
[org.hswebframework.web/hsweb-commons-dao-mybatis "3.0.8"]