| License | License | 
|---|---|
| Categories | CategoriesMyBatis Data ORM | 
| GroupId | GroupIdcom.easymybatis.freamwork | 
| ArtifactId | ArtifactIdspring-easymybatis-core | 
| Version | Version0.3.8.RELEASE | 
| Type | Typejar | 
| Description | Descriptionspring-easymybatis-core Automatically generate SQL statements for Mybatis | 
| Project Organization | Project OrganizationGuoShengkai | 
<!-- https://jarcasting.com/artifacts/com.easymybatis.freamwork/spring-easymybatis-core/ -->
<dependency>
    <groupId>com.easymybatis.freamwork</groupId>
    <artifactId>spring-easymybatis-core</artifactId>
    <version>0.3.8.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.easymybatis.freamwork/spring-easymybatis-core/
implementation 'com.easymybatis.freamwork:spring-easymybatis-core:0.3.8.RELEASE'// https://jarcasting.com/artifacts/com.easymybatis.freamwork/spring-easymybatis-core/
implementation ("com.easymybatis.freamwork:spring-easymybatis-core:0.3.8.RELEASE")'com.easymybatis.freamwork:spring-easymybatis-core:jar:0.3.8.RELEASE'<dependency org="com.easymybatis.freamwork" name="spring-easymybatis-core" rev="0.3.8.RELEASE">
  <artifact name="spring-easymybatis-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.easymybatis.freamwork', module='spring-easymybatis-core', version='0.3.8.RELEASE')
)libraryDependencies += "com.easymybatis.freamwork" % "spring-easymybatis-core" % "0.3.8.RELEASE"[com.easymybatis.freamwork/spring-easymybatis-core "0.3.8.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-aop | jar | 2.1.6.RELEASE | 
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.0 | 
| org.reflections : reflections | jar | 0.9.11 | 
| com.alibaba : fastjson | jar | 1.2.59 |