License |
License |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdsimple-google-bucket |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Google Bucket
Library containing useful classes for interacting and testing with Google buckets
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/simple-google-bucket/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>simple-google-bucket</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/simple-google-bucket/
implementation 'com.github.michaelruocco:simple-google-bucket:1.0.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco/simple-google-bucket/
implementation ("com.github.michaelruocco:simple-google-bucket:1.0.0")
'com.github.michaelruocco:simple-google-bucket:jar:1.0.0'
<dependency org="com.github.michaelruocco" name="simple-google-bucket" rev="1.0.0">
<artifact name="simple-google-bucket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='simple-google-bucket', version='1.0.0')
)
libraryDependencies += "com.github.michaelruocco" % "simple-google-bucket" % "1.0.0"
[com.github.michaelruocco/simple-google-bucket "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.api-client : google-api-client | jar | 1.23.0 |
com.google.apis : google-api-services-storage | jar | v1-rev116-1.23.0 |
org.apache.commons : commons-lang3 | jar | 3.7 |
commons-io : commons-io | jar | 2.6 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.8.0 |
org.mockito : mockito-all | jar | 1.9.5 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |