is not current version
Last Version 3.1.0

de.halfbit:knot 1.7.0

Reactive state container library for Kotlin

GroupId

GroupId

de.halfbit
ArtifactId

ArtifactId

knot
Version

Version

1.7.0
Type

Type

jar

Download knot 1.7.0


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