License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.akwei |
ArtifactId | ArtifactIdohmybatis |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionohmybatis
can use insert object, inserBatch, update object, deleteById, selectById
|
Project URL |
Project URL |
Filename | Size |
---|---|
ohmybatis-1.1.3.pom | |
ohmybatis-1.1.3.jar | 35 KB |
ohmybatis-1.1.3-sources.jar | 21 KB |
ohmybatis-1.1.3-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.akwei/ohmybatis/ -->
<dependency>
<groupId>com.github.akwei</groupId>
<artifactId>ohmybatis</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akwei/ohmybatis/
implementation 'com.github.akwei:ohmybatis:1.1.3'
// https://jarcasting.com/artifacts/com.github.akwei/ohmybatis/
implementation ("com.github.akwei:ohmybatis:1.1.3")
'com.github.akwei:ohmybatis:jar:1.1.3'
<dependency org="com.github.akwei" name="ohmybatis" rev="1.1.3">
<artifact name="ohmybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akwei', module='ohmybatis', version='1.1.3')
)
libraryDependencies += "com.github.akwei" % "ohmybatis" % "1.1.3"
[com.github.akwei/ohmybatis "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib | jar | 3.2.7 |
javax.persistence : persistence-api | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.4.6 |
org.mybatis : mybatis-spring | jar | 1.3.2 |
com.google.guava : guava | jar | 25.1-jre |
org.springframework : spring-context-support | jar | 4.3.18.RELEASE |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.11.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 4.3.18.RELEASE |
org.springframework : spring-aspects | jar | 4.3.18.RELEASE |
org.springframework : spring-aop | jar | 4.3.18.RELEASE |
org.springframework : spring-test | jar | 4.3.18.RELEASE |
mysql : mysql-connector-java | jar | 5.1.41 |
com.mchange : c3p0 | jar | 0.9.5.2 |
junit : junit | jar | 4.12 |