| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdio.github.happytimor |
| ArtifactId | ArtifactIdmybatis-helper-core |
| Last Version | Last Version1.0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-helper-core
mybatis-helper is an enchance toolkit for mybatis to remove xml file
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mybatis-helper-core-1.0.11.pom | |
| mybatis-helper-core-1.0.11.jar | 86 KB |
| mybatis-helper-core-1.0.11-sources.jar | 53 KB |
| mybatis-helper-core-1.0.11-javadoc.jar | 406 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.happytimor/mybatis-helper-core/ -->
<dependency>
<groupId>io.github.happytimor</groupId>
<artifactId>mybatis-helper-core</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.happytimor/mybatis-helper-core/
implementation 'io.github.happytimor:mybatis-helper-core:1.0.11'
// https://jarcasting.com/artifacts/io.github.happytimor/mybatis-helper-core/
implementation ("io.github.happytimor:mybatis-helper-core:1.0.11")
'io.github.happytimor:mybatis-helper-core:jar:1.0.11'
<dependency org="io.github.happytimor" name="mybatis-helper-core" rev="1.0.11">
<artifact name="mybatis-helper-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.happytimor', module='mybatis-helper-core', version='1.0.11')
)
libraryDependencies += "io.github.happytimor" % "mybatis-helper-core" % "1.0.11"
[io.github.happytimor/mybatis-helper-core "1.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.5.6 |
| org.slf4j : slf4j-api | jar | 1.8.0-beta2 |
| org.springframework : spring-context | jar | 5.1.9.RELEASE |