is not current version
Last Version 1.0.4

com.software5000:simple-orm-mybatis 1.0.0

a simple orm tool for mybatis.

Categories

Categories

ORM Data MyBatis
GroupId

GroupId

com.software5000
ArtifactId

ArtifactId

simple-orm-mybatis
Version

Version

1.0.0
Type

Type

jar

Download simple-orm-mybatis 1.0.0


<!-- https://jarcasting.com/artifacts/com.software5000/simple-orm-mybatis/ -->
<dependency>
    <groupId>com.software5000</groupId>
    <artifactId>simple-orm-mybatis</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.software5000/simple-orm-mybatis/
implementation 'com.software5000:simple-orm-mybatis:1.0.0'
// https://jarcasting.com/artifacts/com.software5000/simple-orm-mybatis/
implementation ("com.software5000:simple-orm-mybatis:1.0.0")
'com.software5000:simple-orm-mybatis:jar:1.0.0'
<dependency org="com.software5000" name="simple-orm-mybatis" rev="1.0.0">
  <artifact name="simple-orm-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.software5000', module='simple-orm-mybatis', version='1.0.0')
)
libraryDependencies += "com.software5000" % "simple-orm-mybatis" % "1.0.0"
[com.software5000/simple-orm-mybatis "1.0.0"]