io.github.jeqo.dropwizard:minio

Set of modules to simplify dropwizard configuration to different platforms or back-ends

License

License

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.github.jeqo.dropwizard
ArtifactId

ArtifactId

minio
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Set of modules to simplify dropwizard configuration to different platforms or back-ends

Download minio

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar 1.1.2
io.minio : minio jar 3.0.7

Project Modules

There are no modules declared in this project.

DropWizard Modules

Dropwizard wizard modules to reuse common factories and health checks to different back-ends.

Functionality is mean to be simple:

Factories just expose enough configuration to create clients and add client instances as Managed objects.

Health-checks use client instances to validate that back-ends are up and running.

Modules supported

  • Camel
  • Elasticsearch
  • Kafka
  • Jaeger
  • OpenTracing

Versions

Version
0.1.0
0.0.6
0.0.5