Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.fk7075 |
ArtifactId | ArtifactIdlucky-mybatis |
Version | VersionV2-TEST |
Type | Typejar |
Filename | Size |
---|---|
lucky-mybatis-V2-TEST.pom | |
lucky-mybatis-V2-TEST.jar | 26 KB |
lucky-mybatis-V2-TEST-sources.jar | 23 KB |
lucky-mybatis-V2-TEST-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fk7075/lucky-mybatis/ -->
<dependency>
<groupId>com.github.fk7075</groupId>
<artifactId>lucky-mybatis</artifactId>
<version>V2-TEST</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fk7075/lucky-mybatis/
implementation 'com.github.fk7075:lucky-mybatis:V2-TEST'
// https://jarcasting.com/artifacts/com.github.fk7075/lucky-mybatis/
implementation ("com.github.fk7075:lucky-mybatis:V2-TEST")
'com.github.fk7075:lucky-mybatis:jar:V2-TEST'
<dependency org="com.github.fk7075" name="lucky-mybatis" rev="V2-TEST">
<artifact name="lucky-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fk7075', module='lucky-mybatis', version='V2-TEST')
)
libraryDependencies += "com.github.fk7075" % "lucky-mybatis" % "V2-TEST"
[com.github.fk7075/lucky-mybatis "V2-TEST"]