is not current version
Last Version 3.3.0

nl.komponents.kovenant:kovenant 2.2.0

Kovenant. Promises for Kotlin.

Categories

Categories

Ant Build Tools
GroupId

GroupId

nl.komponents.kovenant
ArtifactId

ArtifactId

kovenant
Version

Version

2.2.0
Type

Type

pom

Download kovenant 2.2.0

Filename Size
kovenant-2.2.0.pom 2 KB
Browse

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