MinIO Wagon

This project is an simple implementation of Wagon provider for accessing MinIO storage. It enables Maven to download files from and deploy files to MinIO bucket.

License

License

GroupId

GroupId

io.github.dominys
ArtifactId

ArtifactId

minio-wagon
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

MinIO Wagon
This project is an simple implementation of Wagon provider for accessing MinIO storage. It enables Maven to download files from and deploy files to MinIO bucket.
Project URL

Project URL

https://github.com/Dominys/minio-wagon
Source Code Management

Source Code Management

https://github.com/Dominys/minio-wagon

Download minio-wagon

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.dominys/minio-wagon/ -->
<dependency>
    <groupId>io.github.dominys</groupId>
    <artifactId>minio-wagon</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dominys/minio-wagon/
implementation 'io.github.dominys:minio-wagon:1.0.0'
// https://jarcasting.com/artifacts/io.github.dominys/minio-wagon/
implementation ("io.github.dominys:minio-wagon:1.0.0")
'io.github.dominys:minio-wagon:jar:1.0.0'
<dependency org="io.github.dominys" name="minio-wagon" rev="1.0.0">
  <artifact name="minio-wagon" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dominys', module='minio-wagon', version='1.0.0')
)
libraryDependencies += "io.github.dominys" % "minio-wagon" % "1.0.0"
[io.github.dominys/minio-wagon "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
io.minio : minio jar 8.3.8
com.squareup.okhttp3 : okhttp jar 4.9.3

provided (1)

Group / Artifact Type Version
org.apache.maven.wagon : wagon-provider-api jar 3.5.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0