| License |
License |
|---|---|
| GroupId | GroupIdcom.isupatches.android |
| ArtifactId | ArtifactIdviewglu |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| 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.2.0.pom | |
| viewglu-1.2.0-sources.jar | 2 KB |
| viewglu-1.2.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.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.isupatches.android/viewglu/
implementation 'com.isupatches.android:viewglu:1.2.0'
// https://jarcasting.com/artifacts/com.isupatches.android/viewglu/
implementation ("com.isupatches.android:viewglu:1.2.0")
'com.isupatches.android:viewglu:aar:1.2.0'
<dependency org="com.isupatches.android" name="viewglu" rev="1.2.0">
<artifact name="viewglu" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.isupatches.android', module='viewglu', version='1.2.0')
)
libraryDependencies += "com.isupatches.android" % "viewglu" % "1.2.0"
[com.isupatches.android/viewglu "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.databinding » viewbinding | jar | 7.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.annotation » annotation | jar | 1.3.0 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |
| androidx.appcompat » appcompat | jar | 1.4.0 |
| androidx.lifecycle » lifecycle-runtime | jar | 2.4.0 |