<dependency>
<groupId>io.github.hexagonframework.boot</groupId>
<artifactId>spring-data-ebean-spring-boot</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
implementation group: 'io.github.hexagonframework.boot', name: 'spring-data-ebean-spring-boot', version: '2.0.0.RELEASE'
implementation 'io.github.hexagonframework.boot:spring-data-ebean-spring-boot:2.0.0.RELEASE'
implementation("io.github.hexagonframework.boot:spring-data-ebean-spring-boot:2.0.0.RELEASE")
libraryDependencies += "io.github.hexagonframework.boot" % "spring-data-ebean-spring-boot" % "2.0.0.RELEASE"
<dependency org="io.github.hexagonframework.boot" name="spring-data-ebean-spring-boot" rev="2.0.0.RELEASE"/>
@Grapes(
@Grab(group='io.github.hexagonframework.boot', module='spring-data-ebean-spring-boot', version='2.0.0.RELEASE')
)
[io.github.hexagonframework.boot/spring-data-ebean-spring-boot "2.0.0.RELEASE"]
'io.github.hexagonframework.boot:spring-data-ebean-spring-boot:jar:2.0.0.RELEASE'