Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.bwhyman |
ArtifactId | ArtifactIdmybatisplus-generator |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bwhyman/mybatisplus-generator/ -->
<dependency>
<groupId>com.github.bwhyman</groupId>
<artifactId>mybatisplus-generator</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bwhyman/mybatisplus-generator/
implementation 'com.github.bwhyman:mybatisplus-generator:1.0.1'
// https://jarcasting.com/artifacts/com.github.bwhyman/mybatisplus-generator/
implementation ("com.github.bwhyman:mybatisplus-generator:1.0.1")
'com.github.bwhyman:mybatisplus-generator:jar:1.0.1'
<dependency org="com.github.bwhyman" name="mybatisplus-generator" rev="1.0.1">
<artifact name="mybatisplus-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bwhyman', module='mybatisplus-generator', version='1.0.1')
)
libraryDependencies += "com.github.bwhyman" % "mybatisplus-generator" % "1.0.1"
[com.github.bwhyman/mybatisplus-generator "1.0.1"]