| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdio.github.penggle |
| ArtifactId | ArtifactIdmybatis-tiny-core |
| Version | Version3.5 |
| Type | Typejar |
| Description |
Descriptionmybatis-tiny-core
mybatis-tiny的核心实现部分
|
| Filename | Size |
|---|---|
| mybatis-tiny-core-3.5.pom | |
| mybatis-tiny-core-3.5.jar | 99 KB |
| mybatis-tiny-core-3.5-sources.jar | 64 KB |
| mybatis-tiny-core-3.5-javadoc.jar | 402 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-core/ -->
<dependency>
<groupId>io.github.penggle</groupId>
<artifactId>mybatis-tiny-core</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-core/
implementation 'io.github.penggle:mybatis-tiny-core:3.5'
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-core/
implementation ("io.github.penggle:mybatis-tiny-core:3.5")
'io.github.penggle:mybatis-tiny-core:jar:3.5'
<dependency org="io.github.penggle" name="mybatis-tiny-core" rev="3.5">
<artifact name="mybatis-tiny-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.penggle', module='mybatis-tiny-core', version='3.5')
)
libraryDependencies += "io.github.penggle" % "mybatis-tiny-core" % "3.5"
[io.github.penggle/mybatis-tiny-core "3.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.penggle : mybatis-tiny-base | jar | 3.5 |
| io.github.penggle : codeforce-common-domain | jar | 2.4 |
| org.mybatis : mybatis | jar | 3.5.6 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.freemarker : freemarker | jar | 2.3.31 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.3.6 |
| org.springframework : spring-tx | jar | 5.3.6 |