is not current version
Last Version 1.0.8

com.github.devgcoder:mybatis-entity 1.0.6

Demo project for Spring Boot

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.devgcoder
ArtifactId

ArtifactId

mybatis-entity
Version

Version

1.0.6
Type

Type

jar

Download mybatis-entity 1.0.6


<!-- https://jarcasting.com/artifacts/com.github.devgcoder/mybatis-entity/ -->
<dependency>
    <groupId>com.github.devgcoder</groupId>
    <artifactId>mybatis-entity</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.devgcoder/mybatis-entity/
implementation 'com.github.devgcoder:mybatis-entity:1.0.6'
// https://jarcasting.com/artifacts/com.github.devgcoder/mybatis-entity/
implementation ("com.github.devgcoder:mybatis-entity:1.0.6")
'com.github.devgcoder:mybatis-entity:jar:1.0.6'
<dependency org="com.github.devgcoder" name="mybatis-entity" rev="1.0.6">
  <artifact name="mybatis-entity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.devgcoder', module='mybatis-entity', version='1.0.6')
)
libraryDependencies += "com.github.devgcoder" % "mybatis-entity" % "1.0.6"
[com.github.devgcoder/mybatis-entity "1.0.6"]