License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.vendigo |
ArtifactId | ArtifactIdace-mybatis |
Last Version | Last Version0.9.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionace-mybatis
Runtime generation efficient implementation for myBatis mappers
|
Project URL |
Project URL |
Filename | Size |
---|---|
ace-mybatis-0.9.1.pom | |
ace-mybatis-0.9.1.jar | 40 KB |
ace-mybatis-0.9.1-sources.jar | 22 KB |
ace-mybatis-0.9.1-javadoc.jar | 176 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vendigo/ace-mybatis/ -->
<dependency>
<groupId>com.github.vendigo</groupId>
<artifactId>ace-mybatis</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vendigo/ace-mybatis/
implementation 'com.github.vendigo:ace-mybatis:0.9.1'
// https://jarcasting.com/artifacts/com.github.vendigo/ace-mybatis/
implementation ("com.github.vendigo:ace-mybatis:0.9.1")
'com.github.vendigo:ace-mybatis:jar:0.9.1'
<dependency org="com.github.vendigo" name="ace-mybatis" rev="0.9.1">
<artifact name="ace-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vendigo', module='ace-mybatis', version='0.9.1')
)
libraryDependencies += "com.github.vendigo" % "ace-mybatis" % "0.9.1"
[com.github.vendigo/ace-mybatis "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.4.5 |
org.mybatis : mybatis-spring | jar | 1.3.1 |
org.springframework : spring-context | jar | 4.3.13.RELEASE |
org.springframework : spring-jdbc | jar | 4.3.13.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.hsqldb : hsqldb | jar | 2.3.3 |
org.projectlombok : lombok | jar | 1.16.18 |
org.springframework : spring-test | jar | 4.3.13.RELEASE |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-all | jar | 1.10.19 |