thenify-all
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>thenify-all</artifactId> <version>1.6.0</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</groupId> <artifactId>thenify-all</artifactId> <version>1.6.0</version> <name>thenify-all</name> <description>Promisifies all the selected functions in an object</description> <url>https://github.com/thenables/thenify-all</url> <organization> <name>Jonathan Ong</name> <url>https://github.com/thenables/thenify-all</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>jongleberry</name> <email>jonathanrichardong@gmail.com</email> </developer> <developer> <name>dead-horse</name> <email>dead_horse@qq.com</email> </developer> <developer> <name>dead_horse</name> <email>dead_horse@qq.com</email> </developer> </developers> <scm> <connection>https://github.com/thenables/thenify-all.git</connection> <developerConnection>https://github.com/thenables/thenify-all.git</developerConnection> <url>https://github.com/thenables/thenify-all</url> </scm> <issueManagement> <url>https://github.com/thenables/thenify-all/issues</url> </issueManagement> <properties> <org.mvnpm-thenify.version>[3.1.0,4)</org.mvnpm-thenify.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>thenify</artifactId> <version>${org.mvnpm-thenify.version}</version> </dependency> </dependencies> </project>