Last Version

ViewBinding 1.0.0

A lightweight library aiming to speed up Android app development by leveraging the new Android Data Binding together with the Model-View-ViewModel design pattern.

License

License

GroupId

GroupId

com.zeoflow
ArtifactId

ArtifactId

view-binding
Version

Version

1.0.0
Type

Type

aar
Description

Description

ViewBinding
A lightweight library aiming to speed up Android app development by leveraging the new Android Data Binding together with the Model-View-ViewModel design pattern.
Project URL

Project URL

https://github.com/zeoflow/view-binding
Source Code Management

Source Code Management

https://github.com/zeoflow/view-binding

Download view-binding 1.0.0


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

Dependencies

compile (8)

Group / Artifact Type Version
androidx.databinding » databinding-common jar 4.0.1
androidx.databinding » databinding-runtime jar 4.0.1
androidx.databinding » databinding-adapters jar 4.0.1
com.squareup.retrofit2 : retrofit jar 2.7.0
com.zeoflow : z-core jar 1.0.0
com.zeoflow : material-elements jar 1.1.1
androidx.core » core-ktx jar 1.3.1
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.0

Project Modules

There are no modules declared in this project.