Categories |
CategoriesEbean Data ORM |
---|---|
GroupId | GroupIdio.ebean |
ArtifactId | ArtifactIdebean-core |
Version | Version12.6.5 |
Type | Typejar |
Filename | Size |
---|---|
ebean-core-12.6.5.pom | |
ebean-core-12.6.5.jar | 1 MB |
ebean-core-12.6.5-sources.jar | 1022 KB |
ebean-core-12.6.5-javadoc.jar | 601 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ebean/ebean-core/ -->
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>12.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.ebean/ebean-core/
implementation 'io.ebean:ebean-core:12.6.5'
// https://jarcasting.com/artifacts/io.ebean/ebean-core/
implementation ("io.ebean:ebean-core:12.6.5")
'io.ebean:ebean-core:jar:12.6.5'
<dependency org="io.ebean" name="ebean-core" rev="12.6.5">
<artifact name="ebean-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ebean', module='ebean-core', version='12.6.5')
)
libraryDependencies += "io.ebean" % "ebean-core" % "12.6.5"
[io.ebean/ebean-core "12.6.5"]