| License | License | 
|---|---|
| Categories | CategoriesEbean Data ORM | 
| GroupId | GroupIdorg.actframework | 
| ArtifactId | ArtifactIdact-ebean | 
| Last Version | Last Version1.8.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionACT Ebean Provides SQL database access through Ebean ORM library (Java 8+) | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| act-ebean-1.8.0.pom | |
| act-ebean-1.8.0.jar | 59 KB | 
| act-ebean-1.8.0-sources.jar | 27 KB | 
| act-ebean-1.8.0-javadoc.jar | 165 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.actframework/act-ebean/ -->
<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act-ebean</artifactId>
    <version>1.8.0</version>
</dependency>// https://jarcasting.com/artifacts/org.actframework/act-ebean/
implementation 'org.actframework:act-ebean:1.8.0'// https://jarcasting.com/artifacts/org.actframework/act-ebean/
implementation ("org.actframework:act-ebean:1.8.0")'org.actframework:act-ebean:jar:1.8.0'<dependency org="org.actframework" name="act-ebean" rev="1.8.0">
  <artifact name="act-ebean" type="jar" />
</dependency>@Grapes(
@Grab(group='org.actframework', module='act-ebean', version='1.8.0')
)libraryDependencies += "org.actframework" % "act-ebean" % "1.8.0"[org.actframework/act-ebean "1.8.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.ebean : ebean | jar | 11.45.1 | 
| io.ebean : ebean-agent | jar | 11.45.1 | 
| org.avaje : avaje-agentloader | jar | 3.0.1 | 
| org.actframework : act-sql-common | jar | 1.6.0 | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 | 
| org.actframework : act | jar | 1.8.29 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 2.9.0 | 
| org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |