is not current version
Last Version 13.6.4

io.ebean:ebean-core 12.12.1

ebean core module

Categories

Categories

Ebean Data ORM
GroupId

GroupId

io.ebean
ArtifactId

ArtifactId

ebean-core
Version

Version

12.12.1
Type

Type

jar

Download ebean-core 12.12.1


<!-- https://jarcasting.com/artifacts/io.ebean/ebean-core/ -->
<dependency>
    <groupId>io.ebean</groupId>
    <artifactId>ebean-core</artifactId>
    <version>12.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.ebean/ebean-core/
implementation 'io.ebean:ebean-core:12.12.1'
// https://jarcasting.com/artifacts/io.ebean/ebean-core/
implementation ("io.ebean:ebean-core:12.12.1")
'io.ebean:ebean-core:jar:12.12.1'
<dependency org="io.ebean" name="ebean-core" rev="12.12.1">
  <artifact name="ebean-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ebean', module='ebean-core', version='12.12.1')
)
libraryDependencies += "io.ebean" % "ebean-core" % "12.12.1"
[io.ebean/ebean-core "12.12.1"]