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