License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcloud.agileframework |
ArtifactId | ArtifactIdagile-mybatis |
Version | Version2.1.0.M10 |
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.M10.pom | |
agile-mybatis-2.1.0.M10.jar | 40 KB |
agile-mybatis-2.1.0.M10-sources.jar | 22 KB |
agile-mybatis-2.1.0.M10-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.M10</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.agileframework/agile-mybatis/
implementation 'cloud.agileframework:agile-mybatis:2.1.0.M10'
// https://jarcasting.com/artifacts/cloud.agileframework/agile-mybatis/
implementation ("cloud.agileframework:agile-mybatis:2.1.0.M10")
'cloud.agileframework:agile-mybatis:jar:2.1.0.M10'
<dependency org="cloud.agileframework" name="agile-mybatis" rev="2.1.0.M10">
<artifact name="agile-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.agileframework', module='agile-mybatis', version='2.1.0.M10')
)
libraryDependencies += "cloud.agileframework" % "agile-mybatis" % "2.1.0.M10"
[cloud.agileframework/agile-mybatis "2.1.0.M10"]
Group / Artifact | Type | Version |
---|---|---|
org.postgresql : postgresql | jar | |
org.projectlombok : lombok Optional | jar | |
cloud.agileframework : common-util | jar | 2.1.0.M10 |
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 |