is not current version
Last Version 1.11.1

org.osgl:osgl-storage 1.5.0

A simple storage service supports plugin varieties of implementations including Amazon S3

GroupId

GroupId

org.osgl
ArtifactId

ArtifactId

osgl-storage
Version

Version

1.5.0
Type

Type

jar

Download osgl-storage 1.5.0


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