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