License |
License |
---|---|
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdact-starter-morphia-all |
Last Version | Last Version1.9.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionActFramework Starter - Morphia and multiple plugins
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
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.actframework/act-starter-morphia-all/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-starter-morphia-all</artifactId>
<version>1.9.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-starter-morphia-all/
implementation 'org.actframework:act-starter-morphia-all:1.9.1.0'
// https://jarcasting.com/artifacts/org.actframework/act-starter-morphia-all/
implementation ("org.actframework:act-starter-morphia-all:1.9.1.0")
'org.actframework:act-starter-morphia-all:jar:1.9.1.0'
<dependency org="org.actframework" name="act-starter-morphia-all" rev="1.9.1.0">
<artifact name="act-starter-morphia-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-starter-morphia-all', version='1.9.1.0')
)
libraryDependencies += "org.actframework" % "act-starter-morphia-all" % "1.9.1.0"
[org.actframework/act-starter-morphia-all "1.9.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.actframework : act-starter-morphia-aaa | jar | 1.9.1.0 |
org.actframework : act-starter-excel | jar | 1.9.1.0 |
org.actframework : act-storage | jar | 0.16.0 |
org.actframework : act-social-link | jar | 0.14.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 |
org.actframework : act | jar | 1.9.1b |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.9.0 |
org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |