| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcloud.agileframework |
| ArtifactId | ArtifactIdagile-mybatis |
| Last Version | Last Version2.1.0.M20 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionagile-mybatis
extend for Mybatis
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| agile-mybatis-2.1.0.M20.pom | |
| agile-mybatis-2.1.0.M20.jar | 40 KB |
| agile-mybatis-2.1.0.M20-sources.jar | 22 KB |
| agile-mybatis-2.1.0.M20-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cloud.agileframework/agile-mybatis/ -->
<dependency>
<groupId>cloud.agileframework</groupId>
<artifactId>agile-mybatis</artifactId>
<version>2.1.0.M20</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.agileframework/agile-mybatis/
implementation 'cloud.agileframework:agile-mybatis:2.1.0.M20'
// https://jarcasting.com/artifacts/cloud.agileframework/agile-mybatis/
implementation ("cloud.agileframework:agile-mybatis:2.1.0.M20")
'cloud.agileframework:agile-mybatis:jar:2.1.0.M20'
<dependency org="cloud.agileframework" name="agile-mybatis" rev="2.1.0.M20">
<artifact name="agile-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.agileframework', module='agile-mybatis', version='2.1.0.M20')
)
libraryDependencies += "cloud.agileframework" % "agile-mybatis" % "2.1.0.M20"
[cloud.agileframework/agile-mybatis "2.1.0.M20"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.postgresql : postgresql | jar | |
| org.projectlombok : lombok Optional | jar | |
| cloud.agileframework : common-util | jar | 2.1.0.M20 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| mysql : mysql-connector-java Optional | jar | |
| org.mybatis : mybatis-spring | jar | 2.0.6 |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.2.0 |
| com.alibaba : druid | jar | 1.2.6 |
| org.mybatis.dynamic-sql : mybatis-dynamic-sql | jar | 1.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| junit : junit | jar | |
| com.h2database : h2 | jar |