Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.githgf |
ArtifactId | ArtifactIdmybatis-plus-helper |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-plus-helper-0.0.4.pom | |
mybatis-plus-helper-0.0.4.jar | 89 KB |
mybatis-plus-helper-0.0.4-sources.jar | 50 KB |
mybatis-plus-helper-0.0.4-javadoc.jar | 309 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.githgf/mybatis-plus-helper/ -->
<dependency>
<groupId>io.github.githgf</groupId>
<artifactId>mybatis-plus-helper</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.githgf/mybatis-plus-helper/
implementation 'io.github.githgf:mybatis-plus-helper:0.0.4'
// https://jarcasting.com/artifacts/io.github.githgf/mybatis-plus-helper/
implementation ("io.github.githgf:mybatis-plus-helper:0.0.4")
'io.github.githgf:mybatis-plus-helper:jar:0.0.4'
<dependency org="io.github.githgf" name="mybatis-plus-helper" rev="0.0.4">
<artifact name="mybatis-plus-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.githgf', module='mybatis-plus-helper', version='0.0.4')
)
libraryDependencies += "io.github.githgf" % "mybatis-plus-helper" % "0.0.4"
[io.github.githgf/mybatis-plus-helper "0.0.4"]