is not current version
Last Version 1.0.1

com.owellox.android.assist:binding 1.0.0

Reduces Android view binding boilerplate.

GroupId

GroupId

com.owellox.android.assist
ArtifactId

ArtifactId

binding
Version

Version

1.0.0
Type

Type

aar

Download binding 1.0.0


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