| Categories |
CategoriesAuto Application Layer Libs Code Generators Ebean Data ORM |
|---|---|
| GroupId | GroupIdio.ebean |
| ArtifactId | ArtifactIdebean-autotune |
| Version | Version12.8.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ebean-autotune-12.8.2.pom | |
| ebean-autotune-12.8.2.jar | 41 KB |
| ebean-autotune-12.8.2-sources.jar | 25 KB |
| ebean-autotune-12.8.2-javadoc.jar | 263 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ebean/ebean-autotune/ -->
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-autotune</artifactId>
<version>12.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.ebean/ebean-autotune/
implementation 'io.ebean:ebean-autotune:12.8.2'
// https://jarcasting.com/artifacts/io.ebean/ebean-autotune/
implementation ("io.ebean:ebean-autotune:12.8.2")
'io.ebean:ebean-autotune:jar:12.8.2'
<dependency org="io.ebean" name="ebean-autotune" rev="12.8.2">
<artifact name="ebean-autotune" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ebean', module='ebean-autotune', version='12.8.2')
)
libraryDependencies += "io.ebean" % "ebean-autotune" % "12.8.2"
[io.ebean/ebean-autotune "12.8.2"]