License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdeu.aronnax.maven.cloud |
ArtifactId | ArtifactIdcloud-storage-core |
Last Version | Last Version1.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe CloudStorage project enables you to use the storage options of cloud provides (Google Cloud)
storage as maven repositories.
|
Filename | Size |
---|---|
cloud-storage-core-1.5.2.pom | |
cloud-storage-core-1.5.2.jar | 14 KB |
cloud-storage-core-1.5.2-sources.jar | 14 KB |
cloud-storage-core-1.5.2-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.aronnax.maven.cloud/cloud-storage-core/ -->
<dependency>
<groupId>eu.aronnax.maven.cloud</groupId>
<artifactId>cloud-storage-core</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.aronnax.maven.cloud/cloud-storage-core/
implementation 'eu.aronnax.maven.cloud:cloud-storage-core:1.5.2'
// https://jarcasting.com/artifacts/eu.aronnax.maven.cloud/cloud-storage-core/
implementation ("eu.aronnax.maven.cloud:cloud-storage-core:1.5.2")
'eu.aronnax.maven.cloud:cloud-storage-core:jar:1.5.2'
<dependency org="eu.aronnax.maven.cloud" name="cloud-storage-core" rev="1.5.2">
<artifact name="cloud-storage-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.aronnax.maven.cloud', module='cloud-storage-core', version='1.5.2')
)
libraryDependencies += "eu.aronnax.maven.cloud" % "cloud-storage-core" % "1.5.2"
[eu.aronnax.maven.cloud/cloud-storage-core "1.5.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.wagon : wagon-provider-api | jar | 3.0.0 |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |