MVN

org.github.codefarmer : spring-promises

Maven & Gradle

Jan 15, 2016
2 stars

CodeFarmer spring-promises · Glue code allowing Spring Futures to be mapped, flatMapped, joined and other convenient things.

<dependency>
    <groupId>org.github.codefarmer</groupId>
    <artifactId>spring-promises</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.github.codefarmer : spring-promises to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of org.github.codefarmer : spring-promises to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
spring-promises-1.1
1.0.x
spring-promises-1.0.4
spring-promises-1.0.3
spring-promises-1.0.2
spring-promises-1.0.1
1.0
spring-promises-1.0

How to add a dependency to Maven

Add the following org.github.codefarmer : spring-promises maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.github.codefarmer</groupId>
    <artifactId>spring-promises</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.github.codefarmer : spring-promises gradle dependency to your build.gradle file:

implementation 'org.github.codefarmer:spring-promises:1.1'

Gradle Kotlin DSL: Add the following org.github.codefarmer : spring-promises gradle kotlin dependency to your build.gradle.kts file:

implementation("org.github.codefarmer:spring-promises:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.github.codefarmer : spring-promises sbt scala dependency to your build.sbt file:

libraryDependencies += "org.github.codefarmer" % "spring-promises" % "1.1"

Advertisement