| License |
License |
|---|---|
| GroupId | GroupIdcom.github.wave-zhang |
| ArtifactId | ArtifactIdui |
| Version | Version1.0.0 |
| Type | Typeaar |
| Description |
Descriptionui
这是一个基于MvvM结构的基础框架,使用了DataBinding,LiveData,Navigation为技术点. 简化Fragment,Diaolog等控件构建方式,更友好愉快的使用MvvM模式,由于核心Navigation提倡单个Activity此框架未对Activity进行封装
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ui-1.0.0.pom | |
| ui-1.0.0-sources.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wave-zhang/ui/ -->
<dependency>
<groupId>com.github.wave-zhang</groupId>
<artifactId>ui</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wave-zhang/ui/
implementation 'com.github.wave-zhang:ui:1.0.0'
// https://jarcasting.com/artifacts/com.github.wave-zhang/ui/
implementation ("com.github.wave-zhang:ui:1.0.0")
'com.github.wave-zhang:ui:aar:1.0.0'
<dependency org="com.github.wave-zhang" name="ui" rev="1.0.0">
<artifact name="ui" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.wave-zhang', module='ui', version='1.0.0')
)
libraryDependencies += "com.github.wave-zhang" % "ui" % "1.0.0"
[com.github.wave-zhang/ui "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.appcompat » appcompat | jar | 1.2.0 |
| com.google.android.material » material | jar | 1.2.1 |
| androidx.navigation » navigation-fragment | jar | 2.3.0 |
| androidx.navigation » navigation-ui | jar | 2.3.0 |
| com.orhanobut : logger | jar | 2.2.0 |
| androidx.databinding » databinding-common | jar | 4.1.3 |
| androidx.databinding » databinding-runtime | jar | 4.1.3 |
| androidx.databinding » databinding-adapters | jar | 4.1.3 |