| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMyBatis Данные ORM |
| Группа | Группаfun.hereis.code |
| Идентификатор | Идентификаторmybatis |
| Версия | Версия3.0.RLS |
| Тип | Типjar |
| Описание |
ОписаниеThe common code which are used frequently.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| mybatis-3.0.RLS.pom | |
| mybatis-3.0.RLS.jar | 11 KB |
| mybatis-3.0.RLS-sources.jar | 8 KB |
| mybatis-3.0.RLS-javadoc.jar | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/fun.hereis.code/mybatis/ -->
<dependency>
<groupId>fun.hereis.code</groupId>
<artifactId>mybatis</artifactId>
<version>3.0.RLS</version>
</dependency>
// https://jarcasting.com/artifacts/fun.hereis.code/mybatis/
implementation 'fun.hereis.code:mybatis:3.0.RLS'
// https://jarcasting.com/artifacts/fun.hereis.code/mybatis/
implementation ("fun.hereis.code:mybatis:3.0.RLS")
'fun.hereis.code:mybatis:jar:3.0.RLS'
<dependency org="fun.hereis.code" name="mybatis" rev="3.0.RLS">
<artifact name="mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.hereis.code', module='mybatis', version='3.0.RLS')
)
libraryDependencies += "fun.hereis.code" % "mybatis" % "3.0.RLS"
[fun.hereis.code/mybatis "3.0.RLS"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.baomidou : mybatis-plus | jar | 3.0-RC3 |
| org.freemarker : freemarker | jar | 2.3.29 |
| log4j : log4j | jar | 1.2.17 |
| org.slf4j : slf4j-api | jar | 1.7.10 |
| mysql : mysql-connector-java | jar | 5.1.35 |
| io.springfox : springfox-swagger2 | jar | 2.7.0 |