is not current version
Last Version 3.1.0

de.halfbit:knot 1.4

Reactive state container library for Kotlin

GroupId

GroupId

de.halfbit
ArtifactId

ArtifactId

knot
Version

Version

1.4
Type

Type

jar

Download knot 1.4


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