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