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