<dependency> <groupId>io.ebean</groupId> <artifactId>ebean-datasource-api</artifactId> <version>8.9</version> </dependency>
implementation 'io.ebean:ebean-datasource-api:8.9'
implementation("io.ebean:ebean-datasource-api:8.9")
libraryDependencies += "io.ebean" % "ebean-datasource-api" % "8.9"
@Grapes( @Grab(group='io.ebean', module='ebean-datasource-api', version='8.9') )
<dependency org="io.ebean" name="ebean-datasource-api" rev="8.9" />
[io.ebean/ebean-datasource-api "8.9"]
'io.ebean:ebean-datasource-api:jar:8.9'
<parent> <groupId>io.ebean</groupId> <artifactId>ebean-datasource-parent</artifactId> <version>8.9</version> </parent>
compile
|-- io.avaje:avaje-applog:1.0
test
|-- io.avaje:junit:1.3