| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators MyBatis Data ORM |
| GroupId | GroupIdcom.github.popkidorc |
| ArtifactId | ArtifactIdmybatis-auto |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-auto
Mybatis-auto is a mybatis auto create table components.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mybatis-auto-1.0.3.pom | |
| mybatis-auto-1.0.3.jar | 45 KB |
| mybatis-auto-1.0.3-sources.jar | 29 KB |
| mybatis-auto-1.0.3-javadoc.jar | 283 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.popkidorc/mybatis-auto/ -->
<dependency>
<groupId>com.github.popkidorc</groupId>
<artifactId>mybatis-auto</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.popkidorc/mybatis-auto/
implementation 'com.github.popkidorc:mybatis-auto:1.0.3'
// https://jarcasting.com/artifacts/com.github.popkidorc/mybatis-auto/
implementation ("com.github.popkidorc:mybatis-auto:1.0.3")
'com.github.popkidorc:mybatis-auto:jar:1.0.3'
<dependency org="com.github.popkidorc" name="mybatis-auto" rev="1.0.3">
<artifact name="mybatis-auto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.popkidorc', module='mybatis-auto', version='1.0.3')
)
libraryDependencies += "com.github.popkidorc" % "mybatis-auto" % "1.0.3"
[com.github.popkidorc/mybatis-auto "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | 4.1.5.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 3.0-alpha-1 |