License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.penggle |
ArtifactId | ArtifactIdmybatis-tiny-examples-primitive |
Last Version | Last Version3.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-tiny-examples-primitive
mybatis-tiny示例1:原始使用示例(没有与其他框架集成,例如Spring)
|
<!-- https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples-primitive/ -->
<dependency>
<groupId>io.github.penggle</groupId>
<artifactId>mybatis-tiny-examples-primitive</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples-primitive/
implementation 'io.github.penggle:mybatis-tiny-examples-primitive:3.5'
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples-primitive/
implementation ("io.github.penggle:mybatis-tiny-examples-primitive:3.5")
'io.github.penggle:mybatis-tiny-examples-primitive:jar:3.5'
<dependency org="io.github.penggle" name="mybatis-tiny-examples-primitive" rev="3.5">
<artifact name="mybatis-tiny-examples-primitive" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.penggle', module='mybatis-tiny-examples-primitive', version='3.5')
)
libraryDependencies += "io.github.penggle" % "mybatis-tiny-examples-primitive" % "3.5"
[io.github.penggle/mybatis-tiny-examples-primitive "3.5"]
Group / Artifact | Type | Version |
---|---|---|
io.github.penggle : mybatis-tiny-examples-common | jar | 3.5 |
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.apache.logging.log4j : log4j-to-slf4j | jar | 2.13.3 |
org.slf4j : jul-to-slf4j | jar | 1.7.30 |
io.github.penggle : mybatis-tiny-core | jar | 3.5 |
org.mybatis : mybatis | jar | 3.5.6 |
com.zaxxer : HikariCP | jar | |
mysql : mysql-connector-java | jar | 8.0.25 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar |