is not current version
Last Version 1.1.1.RELEASE

com.github.aly8246:collection-util 1.0.7.RELEASE

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! 2

GroupId

GroupId

com.github.aly8246
ArtifactId

ArtifactId

collection-util
Version

Version

1.0.7.RELEASE
Type

Type

jar

Download collection-util 1.0.7.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.aly8246/collection-util/ -->
<dependency>
    <groupId>com.github.aly8246</groupId>
    <artifactId>collection-util</artifactId>
    <version>1.0.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aly8246/collection-util/
implementation 'com.github.aly8246:collection-util:1.0.7.RELEASE'
// https://jarcasting.com/artifacts/com.github.aly8246/collection-util/
implementation ("com.github.aly8246:collection-util:1.0.7.RELEASE")
'com.github.aly8246:collection-util:jar:1.0.7.RELEASE'
<dependency org="com.github.aly8246" name="collection-util" rev="1.0.7.RELEASE">
  <artifact name="collection-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aly8246', module='collection-util', version='1.0.7.RELEASE')
)
libraryDependencies += "com.github.aly8246" % "collection-util" % "1.0.7.RELEASE"
[com.github.aly8246/collection-util "1.0.7.RELEASE"]