| Категории |
КатегорииMyBatis Данные ORM |
|---|---|
| Группа | Группаcom.gitee.w-whf.mybatis-generator-develop |
| Идентификатор | ИдентификаторCustomPlugin |
| Версия | Версия0.0.4-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| CustomPlugin-0.0.4-RELEASE.pom | |
| CustomPlugin-0.0.4-RELEASE.jar | 17 KB |
| CustomPlugin-0.0.4-RELEASE-sources.jar | 9 KB |
| CustomPlugin-0.0.4-RELEASE-javadoc.jar | 55 KB |
| Обзор |
<!-- 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>0.0.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.w-whf.mybatis-generator-develop/CustomPlugin/
implementation 'com.gitee.w-whf.mybatis-generator-develop:CustomPlugin:0.0.4-RELEASE'
// https://jarcasting.com/artifacts/com.gitee.w-whf.mybatis-generator-develop/CustomPlugin/
implementation ("com.gitee.w-whf.mybatis-generator-develop:CustomPlugin:0.0.4-RELEASE")
'com.gitee.w-whf.mybatis-generator-develop:CustomPlugin:jar:0.0.4-RELEASE'
<dependency org="com.gitee.w-whf.mybatis-generator-develop" name="CustomPlugin" rev="0.0.4-RELEASE">
<artifact name="CustomPlugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.w-whf.mybatis-generator-develop', module='CustomPlugin', version='0.0.4-RELEASE')
)
libraryDependencies += "com.gitee.w-whf.mybatis-generator-develop" % "CustomPlugin" % "0.0.4-RELEASE"
[com.gitee.w-whf.mybatis-generator-develop/CustomPlugin "0.0.4-RELEASE"]