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