| License |
License |
|---|---|
| Categories |
Categoriesowner Application Layer Libs Configuration |
| GroupId | GroupIdio.github.teobaranga.viewbindingowner |
| ArtifactId | ArtifactIdcore |
| 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 |
|---|---|
| core-1.0.0.pom | |
| core-1.0.0-sources.jar | 1 KB |
| core-1.0.0-javadoc.jar | 193 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.teobaranga.viewbindingowner/core/ -->
<dependency>
<groupId>io.github.teobaranga.viewbindingowner</groupId>
<artifactId>core</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.teobaranga.viewbindingowner/core/
implementation 'io.github.teobaranga.viewbindingowner:core:1.0.0'
// https://jarcasting.com/artifacts/io.github.teobaranga.viewbindingowner/core/
implementation ("io.github.teobaranga.viewbindingowner:core:1.0.0")
'io.github.teobaranga.viewbindingowner:core:aar:1.0.0'
<dependency org="io.github.teobaranga.viewbindingowner" name="core" rev="1.0.0">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.teobaranga.viewbindingowner', module='core', version='1.0.0')
)
libraryDependencies += "io.github.teobaranga.viewbindingowner" % "core" % "1.0.0"
[io.github.teobaranga.viewbindingowner/core "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.databinding » viewbinding | jar | 7.0.0-beta04 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |