s

simple-kotlin-callbacks

A small library for better use callbacks experience in kotlin language
https://github.com/EdmonDantes/simple-kotlin-callbacks
The Apache License, Version 2.0
Ilia Loginov
文件下载
文件名 操作
simple-kotlin-callbacks-0.1.0.jar 下载
simple-kotlin-callbacks-0.1.0.pom 下载
simple-kotlin-callbacks-0.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.edmondantes</groupId>
  <artifactId>simple-kotlin-callbacks</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.edmondantes:simple-kotlin-callbacks:0.1.0'
Gradle Kotlin
implementation("io.github.edmondantes:simple-kotlin-callbacks:0.1.0")
Scala SBT
libraryDependencies += "io.github.edmondantes" % "simple-kotlin-callbacks" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.edmondantes', module='simple-kotlin-callbacks', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.edmondantes" name="simple-kotlin-callbacks" rev="0.1.0" />
Leiningen
[io.github.edmondantes/simple-kotlin-callbacks "0.1.0"]
Apache Buildr
'io.github.edmondantes:simple-kotlin-callbacks:jar:0.1.0'