is not current version
Last Version 2.0.0.RELEASE

io.github.hexagonframework.data:spring-data-ebean 1.1.0.RELEASE

Spring Data module for Ebean repositories.

Categories

Categories

Data Ebean ORM
GroupId

GroupId

io.github.hexagonframework.data
ArtifactId

ArtifactId

spring-data-ebean
Version

Version

1.1.0.RELEASE
Type

Type

jar

Download spring-data-ebean 1.1.0.RELEASE


<!-- https://jarcasting.com/artifacts/io.github.hexagonframework.data/spring-data-ebean/ -->
<dependency>
    <groupId>io.github.hexagonframework.data</groupId>
    <artifactId>spring-data-ebean</artifactId>
    <version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hexagonframework.data/spring-data-ebean/
implementation 'io.github.hexagonframework.data:spring-data-ebean:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.hexagonframework.data/spring-data-ebean/
implementation ("io.github.hexagonframework.data:spring-data-ebean:1.1.0.RELEASE")
'io.github.hexagonframework.data:spring-data-ebean:jar:1.1.0.RELEASE'
<dependency org="io.github.hexagonframework.data" name="spring-data-ebean" rev="1.1.0.RELEASE">
  <artifact name="spring-data-ebean" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hexagonframework.data', module='spring-data-ebean', version='1.1.0.RELEASE')
)
libraryDependencies += "io.github.hexagonframework.data" % "spring-data-ebean" % "1.1.0.RELEASE"
[io.github.hexagonframework.data/spring-data-ebean "1.1.0.RELEASE"]