<dependency> <groupId>io.ebean</groupId> <artifactId>ebean-postgres</artifactId> <version>15.0.0-RC</version> </dependency>
implementation 'io.ebean:ebean-postgres:15.0.0-RC'
implementation("io.ebean:ebean-postgres:15.0.0-RC")
libraryDependencies += "io.ebean" % "ebean-postgres" % "15.0.0-RC"
@Grapes( @Grab(group='io.ebean', module='ebean-postgres', version='15.0.0-RC') )
<dependency org="io.ebean" name="ebean-postgres" rev="15.0.0-RC" />
[io.ebean/ebean-postgres "15.0.0-RC"]
'io.ebean:ebean-postgres:jar:15.0.0-RC'
<parent> <groupId>io.ebean</groupId> <artifactId>ebean-parent</artifactId> <version>15.0.0-RC</version> </parent>
compile
|-- io.ebean:ebean-api:15.0.0-RC
|-- io.ebean:ebean-core:15.0.0-RC
|-- io.ebean:ebean-datasource
|-- io.ebean:ebean-migration
|-- io.ebean:ebean-querybean:15.0.0-RC
|-- io.ebean:ebean-platform-postgres:15.0.0-RC