| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.github.nomou.mybatis |
| ArtifactId | ArtifactIdmybatis-smart |
| Version | Version1.0.0-BETA-2003103 |
| Type | Typejar |
| Description |
Descriptionmybatis-smart
Mybatis-smart - a light mybatis mapper method implementation proxy
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.nomou.mybatis/mybatis-smart/ -->
<dependency>
<groupId>com.github.nomou.mybatis</groupId>
<artifactId>mybatis-smart</artifactId>
<version>1.0.0-BETA-2003103</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nomou.mybatis/mybatis-smart/
implementation 'com.github.nomou.mybatis:mybatis-smart:1.0.0-BETA-2003103'
// https://jarcasting.com/artifacts/com.github.nomou.mybatis/mybatis-smart/
implementation ("com.github.nomou.mybatis:mybatis-smart:1.0.0-BETA-2003103")
'com.github.nomou.mybatis:mybatis-smart:jar:1.0.0-BETA-2003103'
<dependency org="com.github.nomou.mybatis" name="mybatis-smart" rev="1.0.0-BETA-2003103">
<artifact name="mybatis-smart" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nomou.mybatis', module='mybatis-smart', version='1.0.0-BETA-2003103')
)
libraryDependencies += "com.github.nomou.mybatis" % "mybatis-smart" % "1.0.0-BETA-2003103"
[com.github.nomou.mybatis/mybatis-smart "1.0.0-BETA-2003103"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.16.18 |
| com.github.nomou : nougat-lang Optional | jar | 1.0.7 |
| com.google.guava : guava Optional | jar | 18.0 |
| org.mybatis : mybatis Optional | jar | 3.4.5 |
| org.mybatis : mybatis-spring Optional | jar | 1.3.1 |
| org.mybatis.spring.boot : mybatis-spring-boot-autoconfigure Optional | jar | 1.3.1 |
| org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.1.6.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.yaml : snakeyaml | jar | 1.23 |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.1 |
| mysql : mysql-connector-java | jar | 5.1.44 |
| com.zaxxer : HikariCP | jar | 2.7.8 |