| License |
License |
|---|---|
| Categories |
Categoriesowner Application Layer Libs Configuration |
| GroupId | GroupIdio.github.teobaranga.viewbindingowner |
| ArtifactId | ArtifactIdactivity |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionViewBindingOwner
ViewBindingOwner is a library that makes it easier to work with ViewBinding.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| activity-1.0.0.pom | |
| activity-1.0.0-sources.jar | 2 KB |
| activity-1.0.0-javadoc.jar | 195 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.teobaranga.viewbindingowner/activity/ -->
<dependency>
<groupId>io.github.teobaranga.viewbindingowner</groupId>
<artifactId>activity</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.teobaranga.viewbindingowner/activity/
implementation 'io.github.teobaranga.viewbindingowner:activity:1.0.0'
// https://jarcasting.com/artifacts/io.github.teobaranga.viewbindingowner/activity/
implementation ("io.github.teobaranga.viewbindingowner:activity:1.0.0")
'io.github.teobaranga.viewbindingowner:activity:aar:1.0.0'
<dependency org="io.github.teobaranga.viewbindingowner" name="activity" rev="1.0.0">
<artifact name="activity" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.teobaranga.viewbindingowner', module='activity', version='1.0.0')
)
libraryDependencies += "io.github.teobaranga.viewbindingowner" % "activity" % "1.0.0"
[io.github.teobaranga.viewbindingowner/activity "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.teobaranga.viewbindingowner : core | jar | 1.0.0 |
| androidx.databinding » viewbinding | jar | 7.0.0-beta04 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |