License |
License |
---|---|
GroupId | GroupIdcom.isupatches.android |
ArtifactId | ArtifactIdviewglu |
Version | Version1.1.0 |
Type | Typeaar |
Description |
DescriptionViewGlu
A tool to limit the amount of boilerplate with Android's view binding.
|
Project URL |
Project URL |
Filename | Size |
---|---|
viewglu-1.1.0.pom | |
viewglu-1.1.0-sources.jar | 2 KB |
viewglu-1.1.0-kdoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.isupatches.android/viewglu/ -->
<dependency>
<groupId>com.isupatches.android</groupId>
<artifactId>viewglu</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.isupatches.android/viewglu/
implementation 'com.isupatches.android:viewglu:1.1.0'
// https://jarcasting.com/artifacts/com.isupatches.android/viewglu/
implementation ("com.isupatches.android:viewglu:1.1.0")
'com.isupatches.android:viewglu:aar:1.1.0'
<dependency org="com.isupatches.android" name="viewglu" rev="1.1.0">
<artifact name="viewglu" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.isupatches.android', module='viewglu', version='1.1.0')
)
libraryDependencies += "com.isupatches.android" % "viewglu" % "1.1.0"
[com.isupatches.android/viewglu "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
androidx.databinding » viewbinding | jar | 4.2.2 |
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.2.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.21 |
androidx.appcompat » appcompat | jar | 1.3.0 |
androidx.lifecycle » lifecycle-runtime | jar | 2.3.1 |