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