is not current version
Last Version 0.16.0

org.actframework:act-storage 0.12.0-BETA-1

Enable easy to use osgl-storage in an ActFramework application

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-storage
Version

Version

0.12.0-BETA-1
Type

Type

jar

Download act-storage 0.12.0-BETA-1


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