is not current version
Last Version 1.8.0

org.actframework:act-ebean 1.6.4

Provides SQL database access through Ebean ORM library (Java 8+)

Categories

Categories

Ebean Data ORM
GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-ebean
Version

Version

1.6.4
Type

Type

jar

Download act-ebean 1.6.4


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