Last Version

teapot 0.10.0

Inkremental is a small library for creating reactive user interfaces. Originally inspired by React, it suits well as a view layer for MVVM or Redux design patterns. Started as a fork of Java library Anvil, it is fully rewriten in Kotlin, with many improvements pulled in and more to come!

License

License

GroupId

GroupId

dev.teapot
ArtifactId

ArtifactId

teapot
Version

Version

0.10.0
Type

Type

jar
Description

Description

teapot
Inkremental is a small library for creating reactive user interfaces. Originally inspired by React, it suits well as a view layer for MVVM or Redux design patterns. Started as a fork of Java library Anvil, it is fully rewriten in Kotlin, with many improvements pulled in and more to come!
Project URL

Project URL

https://github.com/inkremental/inkremental

Download teapot 0.10.0


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

Dependencies

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.30

Project Modules

There are no modules declared in this project.