Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.kangyonggan |
ArtifactId | ArtifactIdapp-mybatis |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.kangyonggan/app-mybatis/ -->
<dependency>
<groupId>com.kangyonggan</groupId>
<artifactId>app-mybatis</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.kangyonggan/app-mybatis/
implementation 'com.kangyonggan:app-mybatis:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.kangyonggan/app-mybatis/
implementation ("com.kangyonggan:app-mybatis:1.0.0.RELEASE")
'com.kangyonggan:app-mybatis:jar:1.0.0.RELEASE'
<dependency org="com.kangyonggan" name="app-mybatis" rev="1.0.0.RELEASE">
<artifact name="app-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kangyonggan', module='app-mybatis', version='1.0.0.RELEASE')
)
libraryDependencies += "com.kangyonggan" % "app-mybatis" % "1.0.0.RELEASE"
[com.kangyonggan/app-mybatis "1.0.0.RELEASE"]