Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration MyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.odinysus |
ArtifactId | ArtifactIdmybatis-boot-generator-autoconfigure |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.odinysus/mybatis-boot-generator-autoconfigure/ -->
<dependency>
<groupId>com.github.odinysus</groupId>
<artifactId>mybatis-boot-generator-autoconfigure</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.odinysus/mybatis-boot-generator-autoconfigure/
implementation 'com.github.odinysus:mybatis-boot-generator-autoconfigure:0.0.2'
// https://jarcasting.com/artifacts/com.github.odinysus/mybatis-boot-generator-autoconfigure/
implementation ("com.github.odinysus:mybatis-boot-generator-autoconfigure:0.0.2")
'com.github.odinysus:mybatis-boot-generator-autoconfigure:jar:0.0.2'
<dependency org="com.github.odinysus" name="mybatis-boot-generator-autoconfigure" rev="0.0.2">
<artifact name="mybatis-boot-generator-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.odinysus', module='mybatis-boot-generator-autoconfigure', version='0.0.2')
)
libraryDependencies += "com.github.odinysus" % "mybatis-boot-generator-autoconfigure" % "0.0.2"
[com.github.odinysus/mybatis-boot-generator-autoconfigure "0.0.2"]