Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.gitee.w-whf.mybatis-generator-develop |
ArtifactId | ArtifactIdCustomPlugin |
Version | Version2.1.3-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
CustomPlugin-2.1.3-RELEASE.pom | |
CustomPlugin-2.1.3-RELEASE.jar | 26 KB |
CustomPlugin-2.1.3-RELEASE-sources.jar | 15 KB |
CustomPlugin-2.1.3-RELEASE-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.w-whf.mybatis-generator-develop/CustomPlugin/ -->
<dependency>
<groupId>com.gitee.w-whf.mybatis-generator-develop</groupId>
<artifactId>CustomPlugin</artifactId>
<version>2.1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.w-whf.mybatis-generator-develop/CustomPlugin/
implementation 'com.gitee.w-whf.mybatis-generator-develop:CustomPlugin:2.1.3-RELEASE'
// https://jarcasting.com/artifacts/com.gitee.w-whf.mybatis-generator-develop/CustomPlugin/
implementation ("com.gitee.w-whf.mybatis-generator-develop:CustomPlugin:2.1.3-RELEASE")
'com.gitee.w-whf.mybatis-generator-develop:CustomPlugin:jar:2.1.3-RELEASE'
<dependency org="com.gitee.w-whf.mybatis-generator-develop" name="CustomPlugin" rev="2.1.3-RELEASE">
<artifact name="CustomPlugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.w-whf.mybatis-generator-develop', module='CustomPlugin', version='2.1.3-RELEASE')
)
libraryDependencies += "com.gitee.w-whf.mybatis-generator-develop" % "CustomPlugin" % "2.1.3-RELEASE"
[com.gitee.w-whf.mybatis-generator-develop/CustomPlugin "2.1.3-RELEASE"]