| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.increff.commons | 
    
| ArtifactId | ArtifactIdincreff-commons-fileclient | 
    
| Last Version | Last Version1.1.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionincreff-commons-fileclient 
            commons-fileclient is used for storage and retrieval of documents from cloud storage platforms
		such as Google Cloud Storage, Amazon S3, etc 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.increff.commons/increff-commons-fileclient/ -->
<dependency>
    <groupId>com.increff.commons</groupId>
    <artifactId>increff-commons-fileclient</artifactId>
    <version>1.1.3</version>
</dependency>
                // https://jarcasting.com/artifacts/com.increff.commons/increff-commons-fileclient/
implementation 'com.increff.commons:increff-commons-fileclient:1.1.3'
                // https://jarcasting.com/artifacts/com.increff.commons/increff-commons-fileclient/
implementation ("com.increff.commons:increff-commons-fileclient:1.1.3")
                'com.increff.commons:increff-commons-fileclient:jar:1.1.3'
                <dependency org="com.increff.commons" name="increff-commons-fileclient" rev="1.1.3">
  <artifact name="increff-commons-fileclient" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.increff.commons', module='increff-commons-fileclient', version='1.1.3')
)
                libraryDependencies += "com.increff.commons" % "increff-commons-fileclient" % "1.1.3"
                [com.increff.commons/increff-commons-fileclient "1.1.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.amazonaws : aws-java-sdk-s3 | jar | 1.11.98 | 
| com.google.cloud : google-cloud-storage | jar | 1.60.0 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.1 | 
| com.google.guava : guava | jar | 20.0 | 
| commons-io : commons-io | jar | 2.5 | 
| org.json : json | jar | 20180813 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |