| License |
License |
|---|---|
| GroupId | GroupIddev.teapot |
| ArtifactId | ArtifactIdteapot |
| Version | Version0.10.0 |
| Type | Typejar |
| Description |
Descriptionteapot
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 |
| Filename | Size |
|---|---|
| teapot-0.10.0.pom | |
| teapot-0.10.0.jar | 75 KB |
| teapot-0.10.0-sources.jar | 15 KB |
| teapot-0.10.0-javadoc.jar | 261 bytes |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.4.30 |