License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.developframework |
ArtifactId | ArtifactIdtoolkit-persistence-mybatis |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Develop Toolkit
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.developframework/toolkit-persistence-mybatis/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>toolkit-persistence-mybatis</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/toolkit-persistence-mybatis/
implementation 'com.github.developframework:toolkit-persistence-mybatis:0.2'
// https://jarcasting.com/artifacts/com.github.developframework/toolkit-persistence-mybatis/
implementation ("com.github.developframework:toolkit-persistence-mybatis:0.2")
'com.github.developframework:toolkit-persistence-mybatis:jar:0.2'
<dependency org="com.github.developframework" name="toolkit-persistence-mybatis" rev="0.2">
<artifact name="toolkit-persistence-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='toolkit-persistence-mybatis', version='0.2')
)
libraryDependencies += "com.github.developframework" % "toolkit-persistence-mybatis" % "0.2"
[com.github.developframework/toolkit-persistence-mybatis "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.developframework : toolkit-persistence | jar | 0.2 |
org.mybatis : mybatis | jar | 3.4.6 |