License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.penggle |
ArtifactId | ArtifactIdmybatis-tiny-examples |
Last Version | Last Version3.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmybatis-tiny-examples
mybatis-tiny框架示例
|
Filename | Size |
---|---|
mybatis-tiny-examples-3.5.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples/ -->
<dependency>
<groupId>io.github.penggle</groupId>
<artifactId>mybatis-tiny-examples</artifactId>
<version>3.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples/
implementation 'io.github.penggle:mybatis-tiny-examples:3.5'
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples/
implementation ("io.github.penggle:mybatis-tiny-examples:3.5")
'io.github.penggle:mybatis-tiny-examples:pom:3.5'
<dependency org="io.github.penggle" name="mybatis-tiny-examples" rev="3.5">
<artifact name="mybatis-tiny-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.penggle', module='mybatis-tiny-examples', version='3.5')
)
libraryDependencies += "io.github.penggle" % "mybatis-tiny-examples" % "3.5"
[io.github.penggle/mybatis-tiny-examples "3.5"]