embulk-util-retryhelper-jetty93
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.embulk</groupId>
<artifactId>embulk-util-retryhelper-jetty93</artifactId>
<version>0.9.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.embulk</groupId>
<artifactId>embulk-util-retryhelper-jetty93</artifactId>
<version>0.9.0</version>
<name>embulk-util-retryhelper-jetty93</name>
<description>Utility library to retry HTTP requests through Jetty 9.3 client with Embulk RetryExecutor</description>
<url>https://www.embulk.org/</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Dai MIKURUBE</name>
<email>dmikurube@acm.org</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/embulk/embulk-util-retryhelper.git</connection>
<developerConnection>scm:git:git@github.com:embulk/embulk-util-retryhelper.git</developerConnection>
<url>https://github.com/embulk/embulk-util-retryhelper</url>
</scm>
<dependencies>
<dependency>
<groupId>org.embulk</groupId>
<artifactId>embulk-util-retryhelper</artifactId>
<version>0.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>9.3.16.v20170120</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>