Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.fanlinglonghub |
ArtifactId | ArtifactIdmybatis-generator |
Version | Version0.0.1-snapshot |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.fanlinglonghub/mybatis-generator/ -->
<dependency>
<groupId>io.github.fanlinglonghub</groupId>
<artifactId>mybatis-generator</artifactId>
<version>0.0.1-snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fanlinglonghub/mybatis-generator/
implementation 'io.github.fanlinglonghub:mybatis-generator:0.0.1-snapshot'
// https://jarcasting.com/artifacts/io.github.fanlinglonghub/mybatis-generator/
implementation ("io.github.fanlinglonghub:mybatis-generator:0.0.1-snapshot")
'io.github.fanlinglonghub:mybatis-generator:jar:0.0.1-snapshot'
<dependency org="io.github.fanlinglonghub" name="mybatis-generator" rev="0.0.1-snapshot">
<artifact name="mybatis-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fanlinglonghub', module='mybatis-generator', version='0.0.1-snapshot')
)
libraryDependencies += "io.github.fanlinglonghub" % "mybatis-generator" % "0.0.1-snapshot"
[io.github.fanlinglonghub/mybatis-generator "0.0.1-snapshot"]