| License |
License |
|---|---|
| GroupId | GroupIdio.github.chetan-tuteja |
| ArtifactId | ArtifactIdeasy-binding |
| Version | Version1.0.0 |
| Type | Typeaar |
| Description |
Descriptioneasy-binding
A Kotlin based library to reduce the Boilerplate code for ViewBinding in Android to bare necessity, to make it easy to use.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| easy-binding-1.0.0.pom | |
| easy-binding-1.0.0-sources.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.chetan-tuteja/easy-binding/ -->
<dependency>
<groupId>io.github.chetan-tuteja</groupId>
<artifactId>easy-binding</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.chetan-tuteja/easy-binding/
implementation 'io.github.chetan-tuteja:easy-binding:1.0.0'
// https://jarcasting.com/artifacts/io.github.chetan-tuteja/easy-binding/
implementation ("io.github.chetan-tuteja:easy-binding:1.0.0")
'io.github.chetan-tuteja:easy-binding:aar:1.0.0'
<dependency org="io.github.chetan-tuteja" name="easy-binding" rev="1.0.0">
<artifact name="easy-binding" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.chetan-tuteja', module='easy-binding', version='1.0.0')
)
libraryDependencies += "io.github.chetan-tuteja" % "easy-binding" % "1.0.0"
[io.github.chetan-tuteja/easy-binding "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.appcompat » appcompat | jar | 1.2.0 |
| androidx.databinding » viewbinding | jar | 4.1.1 |