jar

com.github.seahen : maven-s3-wagon

Maven & Gradle

Mar 27, 2021
43 stars

Maven S3 Wagon · This project is an implementation of a multi-threaded Wagon provider for accessing Amazon's Simple Storage Service (S3). It enables Maven to download files from and deploy files to S3. It draws heavily from code developed by Jeff Caddel at Kuali and Ben Hale at SpringSource

Table Of Contents

Latest Version

Download com.github.seahen : maven-s3-wagon JAR file - Latest Versions:

All Versions

Download com.github.seahen : maven-s3-wagon JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window maven-s3-wagon-1.3.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.kuali.maven.wagon.auth

├─ org.kuali.maven.wagon.auth.AuthenticationInfoCredentialsProvider.class - [JAR]

├─ org.kuali.maven.wagon.auth.AwsCredentials.class - [JAR]

├─ org.kuali.maven.wagon.auth.AwsSessionCredentials.class - [JAR]

├─ org.kuali.maven.wagon.auth.MavenAwsCredentialsProviderChain.class - [JAR]

org.kuali.maven.wagon

├─ org.kuali.maven.wagon.AbstractWagon.class - [JAR]

├─ org.kuali.maven.wagon.FileHandler.class - [JAR]

├─ org.kuali.maven.wagon.PutFileContext.class - [JAR]

├─ org.kuali.maven.wagon.RequestFactory.class - [JAR]

├─ org.kuali.maven.wagon.S3Listener.class - [JAR]

├─ org.kuali.maven.wagon.S3Wagon.class - [JAR]

├─ org.kuali.maven.wagon.SessionListenerSupport.class - [JAR]

├─ org.kuali.maven.wagon.SessionTracker.class - [JAR]

├─ org.kuali.maven.wagon.TransferListenerSupport.class - [JAR]

├─ org.kuali.maven.wagon.TransferProgress.class - [JAR]

├─ org.kuali.maven.wagon.TransferProgressFileInputStream.class - [JAR]

├─ org.kuali.maven.wagon.TransferProgressFileOutputStream.class - [JAR]

├─ org.kuali.maven.wagon.TransferTracker.class - [JAR]

Advertisement