Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.devgcoder |
ArtifactId | ArtifactIdmybatis-entity |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-entity-1.0.7.pom | |
mybatis-entity-1.0.7.jar | 52 KB |
mybatis-entity-1.0.7-sources.jar | 26 KB |
mybatis-entity-1.0.7-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.devgcoder/mybatis-entity/ -->
<dependency>
<groupId>com.github.devgcoder</groupId>
<artifactId>mybatis-entity</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.devgcoder/mybatis-entity/
implementation 'com.github.devgcoder:mybatis-entity:1.0.7'
// https://jarcasting.com/artifacts/com.github.devgcoder/mybatis-entity/
implementation ("com.github.devgcoder:mybatis-entity:1.0.7")
'com.github.devgcoder:mybatis-entity:jar:1.0.7'
<dependency org="com.github.devgcoder" name="mybatis-entity" rev="1.0.7">
<artifact name="mybatis-entity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.devgcoder', module='mybatis-entity', version='1.0.7')
)
libraryDependencies += "com.github.devgcoder" % "mybatis-entity" % "1.0.7"
[com.github.devgcoder/mybatis-entity "1.0.7"]