MVN

com.jive.foss.pnky : pnky-promise

Maven & Gradle

May 28, 2015

Jive :: Pnky Promise · The Pnky Promise library enables writing asynchronous code in Java that is easy to read and understand. It also makes it easy to chain multiple asynchronous actions together and in general works similarly to promises in JavaScript.

<dependency>
    <groupId>com.jive.foss.pnky</groupId>
    <artifactId>pnky-promise</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jive.foss.pnky : pnky-promise to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.jive.foss.pnky : pnky-promise to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
pnky-promise-1.0.1

How to add a dependency to Maven

Add the following com.jive.foss.pnky : pnky-promise maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jive.foss.pnky</groupId>
    <artifactId>pnky-promise</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jive.foss.pnky : pnky-promise gradle dependency to your build.gradle file:

implementation 'com.jive.foss.pnky:pnky-promise:1.0.1'

Gradle Kotlin DSL: Add the following com.jive.foss.pnky : pnky-promise gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jive.foss.pnky:pnky-promise:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jive.foss.pnky : pnky-promise sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jive.foss.pnky" % "pnky-promise" % "1.0.1"

Advertisement

Dependencies from Group

Discover Dependencies

Aug 05, 2022
2 usages
27 stars
Jun 21, 2023
146 stars
Jun 21, 2023
13 usages
146 stars
Jun 21, 2023
146 stars
Jun 21, 2023
4 usages
146 stars
Jun 21, 2023
7 usages
146 stars
Jun 21, 2023
6 usages
146 stars
Jun 19, 2020
6 usages
25 stars