| Категории |
КатегорииMyBatis Данные ORM |
|---|---|
| Группа | Группаcom.github.misterchangray.mybatis.generator.plugins |
| Идентификатор | ИдентификаторmyBatisGeneratorPlugins |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| myBatisGeneratorPlugins-1.0.pom | |
| myBatisGeneratorPlugins-1.0.jar | 13 KB |
| myBatisGeneratorPlugins-1.0-sources.jar | 7 KB |
| myBatisGeneratorPlugins-1.0-javadoc.jar | 39 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.misterchangray.mybatis.generator.plugins/myBatisGeneratorPlugins/ -->
<dependency>
<groupId>com.github.misterchangray.mybatis.generator.plugins</groupId>
<artifactId>myBatisGeneratorPlugins</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.misterchangray.mybatis.generator.plugins/myBatisGeneratorPlugins/
implementation 'com.github.misterchangray.mybatis.generator.plugins:myBatisGeneratorPlugins:1.0'
// https://jarcasting.com/artifacts/com.github.misterchangray.mybatis.generator.plugins/myBatisGeneratorPlugins/
implementation ("com.github.misterchangray.mybatis.generator.plugins:myBatisGeneratorPlugins:1.0")
'com.github.misterchangray.mybatis.generator.plugins:myBatisGeneratorPlugins:jar:1.0'
<dependency org="com.github.misterchangray.mybatis.generator.plugins" name="myBatisGeneratorPlugins" rev="1.0">
<artifact name="myBatisGeneratorPlugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.misterchangray.mybatis.generator.plugins', module='myBatisGeneratorPlugins', version='1.0')
)
libraryDependencies += "com.github.misterchangray.mybatis.generator.plugins" % "myBatisGeneratorPlugins" % "1.0"
[com.github.misterchangray.mybatis.generator.plugins/myBatisGeneratorPlugins "1.0"]