Last Version

OpenCredo Cloud Storage 1.1

This is a parent pom for cloud-storage access from java projects. Primarily motivated by a desire to make using different cloud-storage provider services easier within messaging applications built on Spring Integration.

License

License

GroupId

GroupId

org.opencredo.cloud.storage
ArtifactId

ArtifactId

opencredo-cloud-storage-parent
Version

Version

1.1
Type

Type

pom
Description

Description

OpenCredo Cloud Storage
This is a parent pom for cloud-storage access from java projects. Primarily motivated by a desire to make using different cloud-storage provider services easier within messaging applications built on Spring Integration.
Source Code Management

Source Code Management

http://github.com/opencredo/opencredo-cloud-storage

Download opencredo-cloud-storage-parent 1.1


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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.5.9.RC1
org.slf4j : slf4j-log4j12 jar 1.5.9.RC1
log4j : log4j jar 1.2.14

Project Modules

  • cloud-storage-test-utils
  • cloud-storage-template
  • cloud-storage-azure
  • cloud-storage-s3
  • cloud-storage-spring-integration-support
  • cloud-storage-samples