MVN

io.dolby : promise

Maven & Gradle

Apr 14, 2023
0 stars

promise · Dolby.io Communications APIs library module

<dependency>
    <groupId>io.dolby</groupId>
    <artifactId>promise</artifactId>
    <version>2.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dolby : promise to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.1

All Versions

Choose a version of io.dolby : promise to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
promise-2.9.1
promise-2.9.0
2.8.x
promise-2.8.1
promise-2.8.0
2.7.x
promise-2.7.4
promise-2.7.3
promise-2.7.2

How to add a dependency to Maven

Add the following io.dolby : promise maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.dolby</groupId>
    <artifactId>promise</artifactId>
    <version>2.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dolby : promise gradle dependency to your build.gradle file:

implementation 'io.dolby:promise:2.9.1'

Gradle Kotlin DSL: Add the following io.dolby : promise gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dolby:promise:2.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dolby : promise sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dolby" % "promise" % "2.9.1"

Advertisement