MVN

nl.komponents.kovenant : kovenant-combine

Maven & Gradle

Jul 01, 2016
1 usages
658 stars

kovenant-combine · Combine/Zip/When/Merge functionality for Kovenant. Promises for Kotlin.

<dependency>
    <groupId>nl.komponents.kovenant</groupId>
    <artifactId>kovenant-combine</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.komponents.kovenant : kovenant-combine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0
  • Latest Release Candidate: 3.0.0-rc.1036.1
  • Latest Beta: 3.0.0-beta.4

All Versions

Choose a version of nl.komponents.kovenant : kovenant-combine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
kovenant-combine-3.3.0
3.2.x
kovenant-combine-3.2.2
kovenant-combine-3.2.1
kovenant-combine-3.2.0
3.1.x
kovenant-combine-3.1.0
3.0.x
kovenant-combine-3.0.0
kovenant-combine-3.0.0-rc.1036.1
kovenant-combine-3.0.0-rc.1036
kovenant-combine-3.0.0-beta.4
kovenant-combine-3.0.0-beta.3
2.9.x
kovenant-combine-2.9.0
2.8.x
kovenant-combine-2.8.0
2.7.x
kovenant-combine-2.7.0
2.6.x
kovenant-combine-2.6.0
2.5.x
kovenant-combine-2.5.0
2.4.x
kovenant-combine-2.4.0
2.3.x
kovenant-combine-2.3.3
kovenant-combine-2.3.2
kovenant-combine-2.3.1
kovenant-combine-2.3.0
2.2.x
kovenant-combine-2.2.1
kovenant-combine-2.2.0
2.1.x
kovenant-combine-2.1.1
kovenant-combine-2.1.0
2.0.x
kovenant-combine-2.0.0

How to add a dependency to Maven

Add the following nl.komponents.kovenant : kovenant-combine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.komponents.kovenant</groupId>
    <artifactId>kovenant-combine</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.komponents.kovenant : kovenant-combine gradle dependency to your build.gradle file:

implementation 'nl.komponents.kovenant:kovenant-combine:3.3.0'

Gradle Kotlin DSL: Add the following nl.komponents.kovenant : kovenant-combine gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.komponents.kovenant:kovenant-combine:3.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.komponents.kovenant : kovenant-combine sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.komponents.kovenant" % "kovenant-combine" % "3.3.0"

Advertisement