| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuarkus Контейнер Микросервисы MyBatis Данные ORM |
| Группа | Группаio.quarkiverse.mybatis |
| Идентификатор | Идентификаторquarkus-mybatis-parent |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеQuarkus - Mybatis - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| quarkus-mybatis-parent-1.0.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.mybatis/quarkus-mybatis-parent/ -->
<dependency>
<groupId>io.quarkiverse.mybatis</groupId>
<artifactId>quarkus-mybatis-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.mybatis/quarkus-mybatis-parent/
implementation 'io.quarkiverse.mybatis:quarkus-mybatis-parent:1.0.0'
// https://jarcasting.com/artifacts/io.quarkiverse.mybatis/quarkus-mybatis-parent/
implementation ("io.quarkiverse.mybatis:quarkus-mybatis-parent:1.0.0")
'io.quarkiverse.mybatis:quarkus-mybatis-parent:pom:1.0.0'
<dependency org="io.quarkiverse.mybatis" name="quarkus-mybatis-parent" rev="1.0.0">
<artifact name="quarkus-mybatis-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.mybatis', module='quarkus-mybatis-parent', version='1.0.0')
)
libraryDependencies += "io.quarkiverse.mybatis" % "quarkus-mybatis-parent" % "1.0.0"
[io.quarkiverse.mybatis/quarkus-mybatis-parent "1.0.0"]