is not current version
Last Version 1.9.1.0

org.actframework:act-starter-eclipselink-all 1.9.0.1

Starter for ActFramework application on JDK8 use JPA/EclipseLink (for SQL database access), AAA (for security), Storage (for blob storage to different platforms including local disk and AWS S3) and SocialLink (for social platform connection

Categories

Categories

CLI User Interface EclipseLink Data ORM
GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-starter-eclipselink-all
Version

Version

1.9.0.1
Type

Type

jar

Download act-starter-eclipselink-all 1.9.0.1


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