License |
License |
---|---|
Categories |
CategoriesORM Data MyBatis |
GroupId | GroupIdcom.software5000 |
ArtifactId | ArtifactIdsimple-orm-mybatis |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptionsimple orm for mybatis
a simple orm tool for mybatis.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-orm-mybatis-1.0.4.pom | |
simple-orm-mybatis-1.0.4.jar | 48 KB |
simple-orm-mybatis-1.0.4-sources.jar | 31 KB |
simple-orm-mybatis-1.0.4-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.software5000/simple-orm-mybatis/ -->
<dependency>
<groupId>com.software5000</groupId>
<artifactId>simple-orm-mybatis</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.software5000/simple-orm-mybatis/
implementation 'com.software5000:simple-orm-mybatis:1.0.4'
// https://jarcasting.com/artifacts/com.software5000/simple-orm-mybatis/
implementation ("com.software5000:simple-orm-mybatis:1.0.4")
'com.software5000:simple-orm-mybatis:jar:1.0.4'
<dependency org="com.software5000" name="simple-orm-mybatis" rev="1.0.4">
<artifact name="simple-orm-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.software5000', module='simple-orm-mybatis', version='1.0.4')
)
libraryDependencies += "com.software5000" % "simple-orm-mybatis" % "1.0.4"
[com.software5000/simple-orm-mybatis "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.0 |
org.mybatis : mybatis-spring | jar | 2.0.0 |
com.github.pagehelper : pagehelper | jar | 5.1.8 |
org.slf4j : slf4j-api | jar | 1.7.26 |
com.google.guava : guava | jar | 27.0.1-jre |