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