is not current version
Last Version 1.1.0

nl.mplatvoet.komponents:kovenant-core 1.0.0

The core of Kovenant. Promises for Kotlin.

Categories

Categories

Ant Build Tools
GroupId

GroupId

nl.mplatvoet.komponents
ArtifactId

ArtifactId

kovenant-core
Version

Version

1.0.0
Type

Type

jar

Download kovenant-core 1.0.0


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