| Categories | CategoriesMyBatis Data ORM | 
|---|---|
| GroupId | GroupIdcom.easymybatis.freamwork | 
| ArtifactId | ArtifactIdspring-easymybatis-core | 
| Version | Version0.0.2.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.easymybatis.freamwork/spring-easymybatis-core/ -->
<dependency>
    <groupId>com.easymybatis.freamwork</groupId>
    <artifactId>spring-easymybatis-core</artifactId>
    <version>0.0.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.easymybatis.freamwork/spring-easymybatis-core/
implementation 'com.easymybatis.freamwork:spring-easymybatis-core:0.0.2.RELEASE'// https://jarcasting.com/artifacts/com.easymybatis.freamwork/spring-easymybatis-core/
implementation ("com.easymybatis.freamwork:spring-easymybatis-core:0.0.2.RELEASE")'com.easymybatis.freamwork:spring-easymybatis-core:jar:0.0.2.RELEASE'<dependency org="com.easymybatis.freamwork" name="spring-easymybatis-core" rev="0.0.2.RELEASE">
  <artifact name="spring-easymybatis-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.easymybatis.freamwork', module='spring-easymybatis-core', version='0.0.2.RELEASE')
)libraryDependencies += "com.easymybatis.freamwork" % "spring-easymybatis-core" % "0.0.2.RELEASE"[com.easymybatis.freamwork/spring-easymybatis-core "0.0.2.RELEASE"]