is not current version
Last Version 3.3.0

nl.komponents.kovenant:kovenant 3.2.2

Kovenant. Promises for Kotlin.

Categories

Categories

Ant Build Tools
GroupId

GroupId

nl.komponents.kovenant
ArtifactId

ArtifactId

kovenant
Version

Version

3.2.2
Type

Type

pom

Download kovenant 3.2.2

Filename Size
kovenant-3.2.2.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/nl.komponents.kovenant/kovenant/ -->
<dependency>
    <groupId>nl.komponents.kovenant</groupId>
    <artifactId>kovenant</artifactId>
    <version>3.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.komponents.kovenant/kovenant/
implementation 'nl.komponents.kovenant:kovenant:3.2.2'
// https://jarcasting.com/artifacts/nl.komponents.kovenant/kovenant/
implementation ("nl.komponents.kovenant:kovenant:3.2.2")
'nl.komponents.kovenant:kovenant:pom:3.2.2'
<dependency org="nl.komponents.kovenant" name="kovenant" rev="3.2.2">
  <artifact name="kovenant" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.komponents.kovenant', module='kovenant', version='3.2.2')
)
libraryDependencies += "nl.komponents.kovenant" % "kovenant" % "3.2.2"
[nl.komponents.kovenant/kovenant "3.2.2"]