is not current version
Last Version 1.3.0

org.sunbird:cloud-store-sdk 1.0

cloud-store-sdk provides client APIs to handle cloud store (AWS S3, Azure Blobstore).

GroupId

GroupId

org.sunbird
ArtifactId

ArtifactId

cloud-store-sdk
Version

Version

1.0
Type

Type

jar

Download cloud-store-sdk 1.0


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