License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdnl.mplatvoet.komponents |
ArtifactId | ArtifactIdkovenant |
Version | Version1.1.0 |
Type | Typepom |
Description |
Descriptionkovenant
Kovenant. Promises for Kotlin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kovenant-1.1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.mplatvoet.komponents/kovenant/ -->
<dependency>
<groupId>nl.mplatvoet.komponents</groupId>
<artifactId>kovenant</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.mplatvoet.komponents/kovenant/
implementation 'nl.mplatvoet.komponents:kovenant:1.1.0'
// https://jarcasting.com/artifacts/nl.mplatvoet.komponents/kovenant/
implementation ("nl.mplatvoet.komponents:kovenant:1.1.0")
'nl.mplatvoet.komponents:kovenant:pom:1.1.0'
<dependency org="nl.mplatvoet.komponents" name="kovenant" rev="1.1.0">
<artifact name="kovenant" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.mplatvoet.komponents', module='kovenant', version='1.1.0')
)
libraryDependencies += "nl.mplatvoet.komponents" % "kovenant" % "1.1.0"
[nl.mplatvoet.komponents/kovenant "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
nl.mplatvoet.komponents : kovenant-combine | jar | 1.1.0 |
nl.mplatvoet.komponents : kovenant-core | jar | 1.1.0 |
nl.mplatvoet.komponents : kovenant-jvm | jar | 1.1.0 |
org.jetbrains.kotlin : kotlin-stdlib Optional | jar | 0.11.91.2 |