k

kovenant-core

The core of Kovenant. Promises for Kotlin.
http://kovenant.komponents.nl
MIT License
Mark Platvoet
Files download
File Operation
kovenant-core-3.3.0.jar download
kovenant-core-3.3.0.pom download
kovenant-core-3.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>nl.komponents.kovenant</groupId>
  <artifactId>kovenant-core</artifactId>
  <version>3.3.0</version>
</dependency>
Gradle Groovy
implementation 'nl.komponents.kovenant:kovenant-core:3.3.0'
Gradle Kotlin
implementation("nl.komponents.kovenant:kovenant-core:3.3.0")
Scala SBT
libraryDependencies += "nl.komponents.kovenant" % "kovenant-core" % "3.3.0"
Groovy Grape
@Grapes(
  @Grab(group='nl.komponents.kovenant', module='kovenant-core', version='3.3.0')
)
Apache Ivy
<dependency org="nl.komponents.kovenant" name="kovenant-core" rev="3.3.0" />
Leiningen
[nl.komponents.kovenant/kovenant-core "3.3.0"]
Apache Buildr
'nl.komponents.kovenant:kovenant-core:jar:3.3.0'