is not current version
Last Version 1.9.1.0

org.actframework:act-starter-morphia-all 1.6.0-BETA2

Starter for ActFramework application use Morphia (for MongoDB access), AAA (for security), Storage (for blob storage to different platforms including local disk and AWS S3) and Social Link (for social platform connection

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-starter-morphia-all
Version

Version

1.6.0-BETA2
Type

Type

jar

Download act-starter-morphia-all 1.6.0-BETA2


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