License |
License |
---|---|
GroupId | GroupIdcom.qiukeke |
ArtifactId | ArtifactIdconsole-table |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-generator-limit-plugin
mybatis-generator-limit-plugin is a mybatis generator plugin to add limit,offset.
|
Project URL |
Project URL |
Filename | Size |
---|---|
console-table-1.0.pom | |
console-table-1.0.jar | 13 KB |
console-table-1.0-sources.jar | 5 KB |
console-table-1.0-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qiukeke/console-table/ -->
<dependency>
<groupId>com.qiukeke</groupId>
<artifactId>console-table</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.qiukeke/console-table/
implementation 'com.qiukeke:console-table:1.0'
// https://jarcasting.com/artifacts/com.qiukeke/console-table/
implementation ("com.qiukeke:console-table:1.0")
'com.qiukeke:console-table:jar:1.0'
<dependency org="com.qiukeke" name="console-table" rev="1.0">
<artifact name="console-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qiukeke', module='console-table', version='1.0')
)
libraryDependencies += "com.qiukeke" % "console-table" % "1.0"
[com.qiukeke/console-table "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.generator : mybatis-generator-core | jar | 1.3.2 |