License |
License |
---|---|
GroupId | GroupIdorg.opencredo.cloud.storage |
ArtifactId | ArtifactIdopencredo-cloud-storage-parent |
Version | Version1.1 |
Type | Typepom |
Description |
DescriptionOpenCredo 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 |
Filename | Size |
---|---|
opencredo-cloud-storage-parent-1.1.pom | 4 KB |
Browse |
<!-- 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"]
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 |