is not current version
Last Version 3.3.0

nl.komponents.kovenant:kovenant-core 2.1.0

The core of Kovenant. Promises for Kotlin.

Categories

Categories

Ant Build Tools
GroupId

GroupId

nl.komponents.kovenant
ArtifactId

ArtifactId

kovenant-core
Version

Version

2.1.0
Type

Type

jar

Download kovenant-core 2.1.0


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