promise-retry
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.gar</groupId>
<artifactId>promise-retry</artifactId>
<version>1.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm.at.gar</groupId>
<artifactId>promise-retry</artifactId>
<version>1.0.3</version>
<name>gar promise-retry</name>
<description>Retries a function that returns a promise, leveraging the power of the retry module.</description>
<url>https://github.com/wraithgar/node-promise-retry#readme</url>
<organization>
<name>gar promise-retry</name>
<url>https://github.com/wraithgar/node-promise-retry#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>gar</name>
<email>gar+npm@danger.computer</email>
</developer>
<developer>
<name>nlf</name>
<email>quitlahok@gmail.com</email>
</developer>
</developers>
<scm>
<connection>git://github.com/wraithgar/node-promise-retry.git</connection>
<developerConnection>git://github.com/wraithgar/node-promise-retry.git</developerConnection>
<url>git://github.com/wraithgar/node-promise-retry</url>
</scm>
<issueManagement>
<url>https://github.com/wraithgar/node-promise-retry/issues/</url>
</issueManagement>
</project>