myoss-mybatis
Documentation
Download
Maven
<dependency>
<groupId>app.myoss.cloud.mybatis</groupId>
<artifactId>myoss-mybatis</artifactId>
<version>2.1.5.RELEASE</version>
</dependency>
License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.myoss |
ArtifactId | ArtifactIdphoenix-mybatis |
Last Version | Last Version1.1.2.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionphoenix-mybatis
myoss open source project, phoenix mybatis written in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.myoss/phoenix-mybatis/ -->
<dependency>
<groupId>com.github.myoss</groupId>
<artifactId>phoenix-mybatis</artifactId>
<version>1.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.myoss/phoenix-mybatis/
implementation 'com.github.myoss:phoenix-mybatis:1.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.myoss/phoenix-mybatis/
implementation ("com.github.myoss:phoenix-mybatis:1.1.2.RELEASE")
'com.github.myoss:phoenix-mybatis:jar:1.1.2.RELEASE'
<dependency org="com.github.myoss" name="phoenix-mybatis" rev="1.1.2.RELEASE">
<artifact name="phoenix-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.myoss', module='phoenix-mybatis', version='1.1.2.RELEASE')
)
libraryDependencies += "com.github.myoss" % "phoenix-mybatis" % "1.1.2.RELEASE"
[com.github.myoss/phoenix-mybatis "1.1.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.github.myoss : phoenix-core | jar | 1.1.2.RELEASE |
org.springframework.boot : spring-boot-starter | jar | 2.0.1.RELEASE |
com.fasterxml.jackson.core : jackson-annotations Optional | jar | |
org.mybatis : mybatis | jar | 3.4.6 |
org.mybatis : mybatis-spring | jar | 1.3.2 |
org.springframework : spring-jdbc | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.1.RELEASE |
org.apache.commons : commons-lang3 | jar | 3.7 |
org.projectlombok : lombok | jar | 1.16.20 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.197 |
com.zaxxer : HikariCP | jar | 2.7.8 |
org.springframework.boot : spring-boot-starter-web | jar | 2.0.1.RELEASE |
org.springframework.boot : spring-boot-starter-test Optional | jar | 2.0.1.RELEASE |
<dependency>
<groupId>app.myoss.cloud.mybatis</groupId>
<artifactId>myoss-mybatis</artifactId>
<version>2.1.5.RELEASE</version>
</dependency>