| Категории |
КатегорииMyBatis Данные ORM |
|---|---|
| Группа | Группаio.github.kalumcode |
| Идентификатор | Идентификаторfly-mybatisplus-starter |
| Версия | Версия1.2.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.github.kalumcode/fly-mybatisplus-starter/ -->
<dependency>
<groupId>io.github.kalumcode</groupId>
<artifactId>fly-mybatisplus-starter</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kalumcode/fly-mybatisplus-starter/
implementation 'io.github.kalumcode:fly-mybatisplus-starter:1.2.0'
// https://jarcasting.com/artifacts/io.github.kalumcode/fly-mybatisplus-starter/
implementation ("io.github.kalumcode:fly-mybatisplus-starter:1.2.0")
'io.github.kalumcode:fly-mybatisplus-starter:jar:1.2.0'
<dependency org="io.github.kalumcode" name="fly-mybatisplus-starter" rev="1.2.0">
<artifact name="fly-mybatisplus-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kalumcode', module='fly-mybatisplus-starter', version='1.2.0')
)
libraryDependencies += "io.github.kalumcode" % "fly-mybatisplus-starter" % "1.2.0"
[io.github.kalumcode/fly-mybatisplus-starter "1.2.0"]