is not current version
Last Version 1.1.0

nl.mplatvoet.komponents:kovenant 1.0.0

Kovenant. Promises for Kotlin.

Categories

Categories

Ant Build Tools
GroupId

GroupId

nl.mplatvoet.komponents
ArtifactId

ArtifactId

kovenant
Version

Version

1.0.0
Type

Type

pom

Download kovenant 1.0.0

Filename Size
kovenant-1.0.0.pom 2 KB
Browse

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