Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcloud.gouyiba |
ArtifactId | ArtifactIdmybatis-max |
Version | Version1.0.4-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
mybatis-max-1.0.4-RELEASE.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cloud.gouyiba/mybatis-max/ -->
<dependency>
<groupId>cloud.gouyiba</groupId>
<artifactId>mybatis-max</artifactId>
<version>1.0.4-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cloud.gouyiba/mybatis-max/
implementation 'cloud.gouyiba:mybatis-max:1.0.4-RELEASE'
// https://jarcasting.com/artifacts/cloud.gouyiba/mybatis-max/
implementation ("cloud.gouyiba:mybatis-max:1.0.4-RELEASE")
'cloud.gouyiba:mybatis-max:pom:1.0.4-RELEASE'
<dependency org="cloud.gouyiba" name="mybatis-max" rev="1.0.4-RELEASE">
<artifact name="mybatis-max" type="pom" />
</dependency>
@Grapes(
@Grab(group='cloud.gouyiba', module='mybatis-max', version='1.0.4-RELEASE')
)
libraryDependencies += "cloud.gouyiba" % "mybatis-max" % "1.0.4-RELEASE"
[cloud.gouyiba/mybatis-max "1.0.4-RELEASE"]