License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdxyz.redrain |
ArtifactId | ArtifactIdmybatis-help |
Version | Version1.0.6 |
Type | Typejar |
Description |
Descriptionmybatis-help
generate mybatis template
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-help-1.0.6.pom | |
mybatis-help-1.0.6.jar | 25 KB |
mybatis-help-1.0.6-sources.jar | 17 KB |
mybatis-help-1.0.6-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.redrain/mybatis-help/ -->
<dependency>
<groupId>xyz.redrain</groupId>
<artifactId>mybatis-help</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.redrain/mybatis-help/
implementation 'xyz.redrain:mybatis-help:1.0.6'
// https://jarcasting.com/artifacts/xyz.redrain/mybatis-help/
implementation ("xyz.redrain:mybatis-help:1.0.6")
'xyz.redrain:mybatis-help:jar:1.0.6'
<dependency org="xyz.redrain" name="mybatis-help" rev="1.0.6">
<artifact name="mybatis-help" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.redrain', module='mybatis-help', version='1.0.6')
)
libraryDependencies += "xyz.redrain" % "mybatis-help" % "1.0.6"
[xyz.redrain/mybatis-help "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.0 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.18 |
junit : junit | jar | 4.12 |