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