is not current version
Last Version 1.5.1

org.actframework:act-ebean2 1.1.4

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

Categories

Categories

Ebean Data ORM
GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-ebean2
Version

Version

1.1.4
Type

Type

jar

Download act-ebean2 1.1.4


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