| License |
License |
|---|---|
| GroupId | GroupIdcom.owellox.android.assist |
| ArtifactId | ArtifactIdbinding |
| Version | Version1.0.1 |
| Type | Typeaar |
| Description |
DescriptionAssist Binding
Reduces Android view binding boilerplate.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| binding-1.0.1.pom | |
| binding-1.0.1-sources.jar | 2 KB |
| binding-1.0.1-javadoc.jar | 240 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.owellox.android.assist/binding/ -->
<dependency>
<groupId>com.owellox.android.assist</groupId>
<artifactId>binding</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.owellox.android.assist/binding/
implementation 'com.owellox.android.assist:binding:1.0.1'
// https://jarcasting.com/artifacts/com.owellox.android.assist/binding/
implementation ("com.owellox.android.assist:binding:1.0.1")
'com.owellox.android.assist:binding:aar:1.0.1'
<dependency org="com.owellox.android.assist" name="binding" rev="1.0.1">
<artifact name="binding" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.owellox.android.assist', module='binding', version='1.0.1')
)
libraryDependencies += "com.owellox.android.assist" % "binding" % "1.0.1"
[com.owellox.android.assist/binding "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.databinding » viewbinding | jar | 4.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.30 |
| androidx.core » core-ktx | jar | 1.3.2 |
| androidx.appcompat » appcompat | jar | 1.2.0 |