is not current version
Last Version 1.1.3

com.github.akwei:ohmybatis 1.1.2

can use insert object, inserBatch, update object, deleteById, selectById

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.akwei
ArtifactId

ArtifactId

ohmybatis
Version

Version

1.1.2
Type

Type

jar

Download ohmybatis 1.1.2


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