Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.mountainest |
ArtifactId | ArtifactIdcommon-mybatis |
Version | Version0.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.mountainest/common-mybatis/ -->
<dependency>
<groupId>io.github.mountainest</groupId>
<artifactId>common-mybatis</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mountainest/common-mybatis/
implementation 'io.github.mountainest:common-mybatis:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/io.github.mountainest/common-mybatis/
implementation ("io.github.mountainest:common-mybatis:0.0.1-RELEASE")
'io.github.mountainest:common-mybatis:jar:0.0.1-RELEASE'
<dependency org="io.github.mountainest" name="common-mybatis" rev="0.0.1-RELEASE">
<artifact name="common-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mountainest', module='common-mybatis', version='0.0.1-RELEASE')
)
libraryDependencies += "io.github.mountainest" % "common-mybatis" % "0.0.1-RELEASE"
[io.github.mountainest/common-mybatis "0.0.1-RELEASE"]