k

kombucha-ui-adapter-js

UDF library based on The Elm Architecture (TEA) concepts that helps to focus on logic of you application, rather then understanding what is going on.
https://github.com/ikarenkov/kombucha-udf
MIT
Igor Karenkov
文件下载
文件名 操作
kombucha-ui-adapter-js-0.2.pom 下载
kombucha-ui-adapter-js-0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.ikarenkov</groupId>
  <artifactId>kombucha-ui-adapter-js</artifactId>
  <version>0.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.ikarenkov:kombucha-ui-adapter-js:0.2'
Gradle Kotlin
implementation("io.github.ikarenkov:kombucha-ui-adapter-js:0.2")
Scala SBT
libraryDependencies += "io.github.ikarenkov" % "kombucha-ui-adapter-js" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ikarenkov', module='kombucha-ui-adapter-js', version='0.2')
)
Apache Ivy
<dependency org="io.github.ikarenkov" name="kombucha-ui-adapter-js" rev="0.2" />
Leiningen
[io.github.ikarenkov/kombucha-ui-adapter-js "0.2"]
Apache Buildr
'io.github.ikarenkov:kombucha-ui-adapter-js:jar:0.2'