License |
License |
---|---|
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdact-storage |
Last Version | Last Version0.16.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionACT Storage
Enable easy to use osgl-storage in an ActFramework application
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
act-storage-0.16.0.pom | |
act-storage-0.16.0.jar | 53 KB |
act-storage-0.16.0-sources.jar | 27 KB |
act-storage-0.16.0-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-storage/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-storage</artifactId>
<version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-storage/
implementation 'org.actframework:act-storage:0.16.0'
// https://jarcasting.com/artifacts/org.actframework/act-storage/
implementation ("org.actframework:act-storage:0.16.0")
'org.actframework:act-storage:jar:0.16.0'
<dependency org="org.actframework" name="act-storage" rev="0.16.0">
<artifact name="act-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-storage', version='0.16.0')
)
libraryDependencies += "org.actframework" % "act-storage" % "0.16.0"
[org.actframework/act-storage "0.16.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 |
Group / Artifact | Type | Version |
---|---|---|
org.actframework : act-morphia | jar | 1.9.0 |
org.actframework : act-ebean | jar | 1.8.0 |
org.actframework : act | jar | 1.8.32 |
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 |