| Категории |
КатегорииSpring Boot Контейнер Микросервисы Данные Ebean ORM |
|---|---|
| Группа | Группаio.github.hexagonframework.boot |
| Идентификатор | Идентификаторspring-data-ebean-spring-boot |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| spring-data-ebean-spring-boot-1.0.0.RELEASE.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.hexagonframework.boot/spring-data-ebean-spring-boot/ -->
<dependency>
<groupId>io.github.hexagonframework.boot</groupId>
<artifactId>spring-data-ebean-spring-boot</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.hexagonframework.boot/spring-data-ebean-spring-boot/
implementation 'io.github.hexagonframework.boot:spring-data-ebean-spring-boot:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.hexagonframework.boot/spring-data-ebean-spring-boot/
implementation ("io.github.hexagonframework.boot:spring-data-ebean-spring-boot:1.0.0.RELEASE")
'io.github.hexagonframework.boot:spring-data-ebean-spring-boot:pom:1.0.0.RELEASE'
<dependency org="io.github.hexagonframework.boot" name="spring-data-ebean-spring-boot" rev="1.0.0.RELEASE">
<artifact name="spring-data-ebean-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.hexagonframework.boot', module='spring-data-ebean-spring-boot', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.hexagonframework.boot" % "spring-data-ebean-spring-boot" % "1.0.0.RELEASE"
[io.github.hexagonframework.boot/spring-data-ebean-spring-boot "1.0.0.RELEASE"]