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