| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.aly8246 |
| Идентификатор | Идентификаторcollection-util |
| Последняя версия | Последняя версия1.1.1.RELEASE |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcollection-util
Collection Util is a mybatis plug-in designed to solve the problem of N + 1 in mysql. When you use
Mysql to query linked tables and pages, there will be n + 1 problem. This plug-in can help you!
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| collection-util-1.1.1.RELEASE.pom | |
| collection-util-1.1.1.RELEASE.jar | 30 KB |
| collection-util-1.1.1.RELEASE-sources.jar | 18 KB |
| collection-util-1.1.1.RELEASE-javadoc.jar | 139 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.aly8246/collection-util/ -->
<dependency>
<groupId>com.github.aly8246</groupId>
<artifactId>collection-util</artifactId>
<version>1.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aly8246/collection-util/
implementation 'com.github.aly8246:collection-util:1.1.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.aly8246/collection-util/
implementation ("com.github.aly8246:collection-util:1.1.1.RELEASE")
'com.github.aly8246:collection-util:jar:1.1.1.RELEASE'
<dependency org="com.github.aly8246" name="collection-util" rev="1.1.1.RELEASE">
<artifact name="collection-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aly8246', module='collection-util', version='1.1.1.RELEASE')
)
libraryDependencies += "com.github.aly8246" % "collection-util" % "1.1.1.RELEASE"
[com.github.aly8246/collection-util "1.1.1.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.1.5.RELEASE |
| org.springframework.boot : spring-boot | jar | 2.1.8.RELEASE |
| org.springframework : spring-beans | jar | 5.1.9.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.8.RELEASE |
| org.mybatis.spring.boot : mybatis-spring-boot-autoconfigure | jar | 2.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 |
| io.springfox : springfox-swagger2 | jar | 2.9.2 |
| org.mybatis : mybatis | jar | 3.5.2 |
| Версия |
|---|
|
1.1.1.RELEASE
|
|
1.1.0.RELEASE
|
|
1.0.9.RELEASE
|
|
1.0.7.RELEASE
|
|
1.0.6.RELEASE
|
|
1.0.4.RELEASE
|
|
1.0.3.RELEASE
|
|
1.0.2.RELEASE
|
|
1.0.1.1
|
|
1.0.1.RELEASE
|
|
1.0.0.RELEASE
|