Last Version

onewaybind 2.0.0

Library to implement one way databind with kotlin extension functions, no code generation

License

License

GroupId

GroupId

dev.kdblib
ArtifactId

ArtifactId

onewaybind
Version

Version

2.0.0
Type

Type

aar
Description

Description

onewaybind
Library to implement one way databind with kotlin extension functions, no code generation
Project URL

Project URL

https://github.com/paulocns/kdb
Source Code Management

Source Code Management

https://github.com/paulocns/kdb/tree/master

Download onewaybind 2.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.21

runtime (3)

Group / Artifact Type Version
androidx.core » core-ktx jar 1.6.0
androidx.appcompat » appcompat jar 1.3.1
androidx.lifecycle » lifecycle-extensions jar 2.2.0

Project Modules

There are no modules declared in this project.