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