Categories |
CategoriesORM Data Ebean |
---|---|
GroupId | GroupIdio.ebean |
ArtifactId | ArtifactIdebean-platform-postgres |
Version | Version13.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.ebean/ebean-platform-postgres/ -->
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-postgres</artifactId>
<version>13.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ebean/ebean-platform-postgres/
implementation 'io.ebean:ebean-platform-postgres:13.0.0'
// https://jarcasting.com/artifacts/io.ebean/ebean-platform-postgres/
implementation ("io.ebean:ebean-platform-postgres:13.0.0")
'io.ebean:ebean-platform-postgres:jar:13.0.0'
<dependency org="io.ebean" name="ebean-platform-postgres" rev="13.0.0">
<artifact name="ebean-platform-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ebean', module='ebean-platform-postgres', version='13.0.0')
)
libraryDependencies += "io.ebean" % "ebean-platform-postgres" % "13.0.0"
[io.ebean/ebean-platform-postgres "13.0.0"]