Categories |
CategoriesData MyBatis ORM |
---|---|
GroupId | GroupIdcom.iiifi |
ArtifactId | ArtifactIdkite-data-mybatis |
Version | Version1.1.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.iiifi/kite-data-mybatis/ -->
<dependency>
<groupId>com.iiifi</groupId>
<artifactId>kite-data-mybatis</artifactId>
<version>1.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.iiifi/kite-data-mybatis/
implementation 'com.iiifi:kite-data-mybatis:1.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.iiifi/kite-data-mybatis/
implementation ("com.iiifi:kite-data-mybatis:1.1.2.RELEASE")
'com.iiifi:kite-data-mybatis:jar:1.1.2.RELEASE'
<dependency org="com.iiifi" name="kite-data-mybatis" rev="1.1.2.RELEASE">
<artifact name="kite-data-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iiifi', module='kite-data-mybatis', version='1.1.2.RELEASE')
)
libraryDependencies += "com.iiifi" % "kite-data-mybatis" % "1.1.2.RELEASE"
[com.iiifi/kite-data-mybatis "1.1.2.RELEASE"]