Download emodb-common-dropwizard-5.4.5.jar file

Introduction

You can download emodb-common-dropwizard-5.4.5.jar in this page.

License

Open Source

Type List

emodb-common-dropwizard-5.4.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.bazaarvoice.emodb/emodb-common-dropwizard/pom.properties
META-INF/maven/com.bazaarvoice.emodb/emodb-common-dropwizard/pom.xml
META-INF/services/io.dropwizard.jetty.ConnectorFactory
META-INF/services/io.dropwizard.metrics.ReporterFactory
com.bazaarvoice.emodb.common.dropwizard.command.NoOpService.class
com.bazaarvoice.emodb.common.dropwizard.discovery.ConfiguredFixedHostDiscoverySource.class
com.bazaarvoice.emodb.common.dropwizard.discovery.ConfiguredPayload.class
com.bazaarvoice.emodb.common.dropwizard.discovery.DropwizardResourceRegistry.class
com.bazaarvoice.emodb.common.dropwizard.discovery.ManagedRegistration.class
com.bazaarvoice.emodb.common.dropwizard.discovery.Payload.class
com.bazaarvoice.emodb.common.dropwizard.discovery.PayloadBuilder.class
com.bazaarvoice.emodb.common.dropwizard.discovery.ResourceRegistry.class
com.bazaarvoice.emodb.common.dropwizard.discovery.ServiceNames.class
com.bazaarvoice.emodb.common.dropwizard.guice.Global.class
com.bazaarvoice.emodb.common.dropwizard.guice.SelfAdminHostAndPort.class
com.bazaarvoice.emodb.common.dropwizard.guice.SelfHostAndPort.class
com.bazaarvoice.emodb.common.dropwizard.guice.SelfHostAndPortModule.class
com.bazaarvoice.emodb.common.dropwizard.guice.ServerCluster.class
com.bazaarvoice.emodb.common.dropwizard.healthcheck.DropwizardHealthCheckRegistry.class
com.bazaarvoice.emodb.common.dropwizard.healthcheck.HealthCheckRegistry.class
com.bazaarvoice.emodb.common.dropwizard.jetty.InstrumentedHttpConnectorFactory.class
com.bazaarvoice.emodb.common.dropwizard.leader.AbstractServiceListener.class
com.bazaarvoice.emodb.common.dropwizard.leader.LeaderServiceTask.class
com.bazaarvoice.emodb.common.dropwizard.lifecycle.DropwizardLifeCycleRegistry.class
com.bazaarvoice.emodb.common.dropwizard.lifecycle.LifeCycleRegistry.class
com.bazaarvoice.emodb.common.dropwizard.lifecycle.ManagedCloseable.class
com.bazaarvoice.emodb.common.dropwizard.lifecycle.ManagedGuavaService.class
com.bazaarvoice.emodb.common.dropwizard.lifecycle.ServiceFailureListener.class
com.bazaarvoice.emodb.common.dropwizard.lifecycle.SimpleLifeCycleRegistry.class
com.bazaarvoice.emodb.common.dropwizard.metrics.DatadogExpansionFilteredReporterFactory.class
com.bazaarvoice.emodb.common.dropwizard.metrics.EmoGarbageCollectorMetricSet.class
com.bazaarvoice.emodb.common.dropwizard.metrics.GenericGauge.class
com.bazaarvoice.emodb.common.dropwizard.metrics.InstrumentedCache.class
com.bazaarvoice.emodb.common.dropwizard.metrics.MetricCounterOutputStream.class
com.bazaarvoice.emodb.common.dropwizard.metrics.MetricsGroup.class
com.bazaarvoice.emodb.common.dropwizard.metrics.MetricsSet.class
com.bazaarvoice.emodb.common.dropwizard.metrics.ParameterizedTimed.class
com.bazaarvoice.emodb.common.dropwizard.metrics.ParameterizedTimedListener.class
com.bazaarvoice.emodb.common.dropwizard.service.EmoServiceMode.class
com.bazaarvoice.emodb.common.dropwizard.task.DropwizardTaskRegistry.class
com.bazaarvoice.emodb.common.dropwizard.task.IgnoreAllTaskRegistry.class
com.bazaarvoice.emodb.common.dropwizard.task.TaskRegistry.class

Pom

emodb-common-dropwizard-5.4.5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.bazaarvoice.emodb</groupId>
        <artifactId>emodb-parent</artifactId>
        <version>5.4.5</version>
        <relativePath>../../parent/pom.xml</relativePath>
    </parent>

    <artifactId>emodb-common-dropwizard</artifactId>
    <packaging>jar</packaging>

    <name>EmoDB Dropwizard Utilities</name>

    <dependencies>
        <!-- Bazaarvoice dependencies -->
        <dependency>
            <groupId>com.bazaarvoice.emodb</groupId>
            <artifactId>emodb-common-json</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.bazaarvoice.curator</groupId>
            <artifactId>recipes</artifactId>
        </dependency>
        <dependency>
            <groupId>com.bazaarvoice.ostrich</groupId>
            <artifactId>ostrich-core</artifactId>
        </dependency>

        <!-- 3rd-party dependencies -->
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.inject</groupId>
            <artifactId>guice</artifactId>
        </dependency>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.codahale.metrics</groupId>
            <artifactId>metrics-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.coursera</groupId>
            <artifactId>dropwizard-metrics-datadog</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>io.dropwizard.metrics</groupId>
                    <artifactId>metrics-core</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.bazaarvoice.emodb</groupId>
   <artifactId>emodb-common-dropwizard</artifactId>
   <version>5.4.5</version>
</dependency>

Download

If you think the following emodb-common-dropwizard-5.4.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download emodb-common-dropwizard-5.4.5.jar file




PreviousNext

Related