| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdio.github.barrypitman |
| ArtifactId | ArtifactIdcloud-storage-maven |
| Last Version | Last Version2.3.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionCloud Storage
The CloudStorage project enables you to use the storage options of cloud provides (Google Cloud)
storage as maven repositories.
|
| Filename | Size |
|---|---|
| cloud-storage-maven-2.3.4.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.barrypitman/cloud-storage-maven/ -->
<dependency>
<groupId>io.github.barrypitman</groupId>
<artifactId>cloud-storage-maven</artifactId>
<version>2.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.barrypitman/cloud-storage-maven/
implementation 'io.github.barrypitman:cloud-storage-maven:2.3.4'
// https://jarcasting.com/artifacts/io.github.barrypitman/cloud-storage-maven/
implementation ("io.github.barrypitman:cloud-storage-maven:2.3.4")
'io.github.barrypitman:cloud-storage-maven:pom:2.3.4'
<dependency org="io.github.barrypitman" name="cloud-storage-maven" rev="2.3.4">
<artifact name="cloud-storage-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.barrypitman', module='cloud-storage-maven', version='2.3.4')
)
libraryDependencies += "io.github.barrypitman" % "cloud-storage-maven" % "2.3.4"
[io.github.barrypitman/cloud-storage-maven "2.3.4"]