Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdorg.ihansen.mbp |
ArtifactId | ArtifactIdmybatis-generator-plus |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-generator-plus-1.3.pom | |
mybatis-generator-plus-1.3.jar | 532 KB |
mybatis-generator-plus-1.3-sources.jar | 409 KB |
mybatis-generator-plus-1.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ihansen.mbp/mybatis-generator-plus/ -->
<dependency>
<groupId>org.ihansen.mbp</groupId>
<artifactId>mybatis-generator-plus</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ihansen.mbp/mybatis-generator-plus/
implementation 'org.ihansen.mbp:mybatis-generator-plus:1.3'
// https://jarcasting.com/artifacts/org.ihansen.mbp/mybatis-generator-plus/
implementation ("org.ihansen.mbp:mybatis-generator-plus:1.3")
'org.ihansen.mbp:mybatis-generator-plus:jar:1.3'
<dependency org="org.ihansen.mbp" name="mybatis-generator-plus" rev="1.3">
<artifact name="mybatis-generator-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ihansen.mbp', module='mybatis-generator-plus', version='1.3')
)
libraryDependencies += "org.ihansen.mbp" % "mybatis-generator-plus" % "1.3"
[org.ihansen.mbp/mybatis-generator-plus "1.3"]