License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdcom.github.edgar615 |
ArtifactId | ArtifactIdspring-boot-util-mybatis |
Version | Version0.2.11 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-mybatis/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>spring-boot-util-mybatis</artifactId>
<version>0.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-mybatis/
implementation 'com.github.edgar615:spring-boot-util-mybatis:0.2.11'
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-mybatis/
implementation ("com.github.edgar615:spring-boot-util-mybatis:0.2.11")
'com.github.edgar615:spring-boot-util-mybatis:jar:0.2.11'
<dependency org="com.github.edgar615" name="spring-boot-util-mybatis" rev="0.2.11">
<artifact name="spring-boot-util-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='spring-boot-util-mybatis', version='0.2.11')
)
libraryDependencies += "com.github.edgar615" % "spring-boot-util-mybatis" % "0.2.11"
[com.github.edgar615/spring-boot-util-mybatis "0.2.11"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.0 |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.0.0 |
com.github.edgar615 : util | jar | 1.1.1.BETA8 |
com.github.edgar615 : spring-boot-util-jdbc | jar | 0.2.11 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.springframework.boot : spring-boot-starter-test | jar | 2.0.1.RELEASE |
com.integralblue : log4jdbc-spring-boot-starter | jar | 1.0.2 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.github.edgar615 : spring-boot-util-cache | jar | 0.2.11 |