is not current version
Last Version 1.9.1.0

org.actframework:act-starter-morphia-all 1.8.8.1

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 SocialLink (for social platform connection

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-starter-morphia-all
Version

Version

1.8.8.1
Type

Type

jar

Download act-starter-morphia-all 1.8.8.1


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