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