| Categories | 
                CategoriesSpring Boot Container Microservices Data Ebean ORM | 
        
|---|---|
| GroupId | GroupIdio.github.hexagonframework.boot | 
    
| ArtifactId | ArtifactIdspring-data-ebean-spring-boot | 
    
| Version | Version1.3.0.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| spring-data-ebean-spring-boot-1.3.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>1.3.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.3.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.3.0.RELEASE")
                'io.github.hexagonframework.boot:spring-data-ebean-spring-boot:pom:1.3.0.RELEASE'
                <dependency org="io.github.hexagonframework.boot" name="spring-data-ebean-spring-boot" rev="1.3.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.3.0.RELEASE')
)
                libraryDependencies += "io.github.hexagonframework.boot" % "spring-data-ebean-spring-boot" % "1.3.0.RELEASE"
                [io.github.hexagonframework.boot/spring-data-ebean-spring-boot "1.3.0.RELEASE"]