| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdcom.zuunr.util |
| ArtifactId | ArtifactIdgcloud-storage-maven-wagon |
| Version | Version1.0.0.M1-080be85 |
| Type | Typejar |
| Description |
DescriptionGoogle cloud storage maven wagon
A Maven wagon implementation adding support for gcs protocol
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.zuunr.util/gcloud-storage-maven-wagon/ -->
<dependency>
<groupId>com.zuunr.util</groupId>
<artifactId>gcloud-storage-maven-wagon</artifactId>
<version>1.0.0.M1-080be85</version>
</dependency>
// https://jarcasting.com/artifacts/com.zuunr.util/gcloud-storage-maven-wagon/
implementation 'com.zuunr.util:gcloud-storage-maven-wagon:1.0.0.M1-080be85'
// https://jarcasting.com/artifacts/com.zuunr.util/gcloud-storage-maven-wagon/
implementation ("com.zuunr.util:gcloud-storage-maven-wagon:1.0.0.M1-080be85")
'com.zuunr.util:gcloud-storage-maven-wagon:jar:1.0.0.M1-080be85'
<dependency org="com.zuunr.util" name="gcloud-storage-maven-wagon" rev="1.0.0.M1-080be85">
<artifact name="gcloud-storage-maven-wagon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zuunr.util', module='gcloud-storage-maven-wagon', version='1.0.0.M1-080be85')
)
libraryDependencies += "com.zuunr.util" % "gcloud-storage-maven-wagon" % "1.0.0.M1-080be85"
[com.zuunr.util/gcloud-storage-maven-wagon "1.0.0.M1-080be85"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven.wagon : wagon-provider-api | jar | 3.3.1 |
| com.google.cloud : google-cloud-storage | jar | 1.58.0 |
| org.codehaus.plexus : plexus-container-default | jar | 1.0-alpha-9 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |
| org.junit.platform : junit-platform-launcher | jar | 1.3.1 |