spring-data-ebean-spring-boot
Spring data ebean integration with Spring Boot
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Data Ebean ORM |
GroupId | GroupIdio.github.hexagonframework.boot |
ArtifactId | ArtifactIdspring-data-ebean-spring-boot |
Last Version | Last Version2.0.0.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspring-data-ebean-spring-boot
Spring boot support for spring data ebean
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-data-ebean-spring-boot-2.0.0.RELEASE.pom | 5 KB |
Browse |
<!-- 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>2.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:2.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:2.0.0.RELEASE")
'io.github.hexagonframework.boot:spring-data-ebean-spring-boot:pom:2.0.0.RELEASE'
<dependency org="io.github.hexagonframework.boot" name="spring-data-ebean-spring-boot" rev="2.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='2.0.0.RELEASE')
)
libraryDependencies += "io.github.hexagonframework.boot" % "spring-data-ebean-spring-boot" % "2.0.0.RELEASE"
[io.github.hexagonframework.boot/spring-data-ebean-spring-boot "2.0.0.RELEASE"]
Spring data ebean integration with Spring Boot