is not current version
Last Version 1.6.1

org.actframework:act-starter-ebean2 1.6.0-BETA2

Starter for ActFramework application on JDK8 use Ebean for SQL database access

Categories

Categories

Ebean Data ORM
GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-starter-ebean2
Version

Version

1.6.0-BETA2
Type

Type

jar

Download act-starter-ebean2 1.6.0-BETA2


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