view

安卓一些常用弹窗

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinx
ArtifactId

ArtifactId

view
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

view
安卓一些常用弹窗
Project URL

Project URL

https://gitee.com/yos/view
Source Code Management

Source Code Management

https://gitee.com/yos/view

Download view

How to add to project

<!-- https://jarcasting.com/artifacts/com.kotlinx/view/ -->
<dependency>
    <groupId>com.kotlinx</groupId>
    <artifactId>view</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinx/view/
implementation 'com.kotlinx:view:1.0.1'
// https://jarcasting.com/artifacts/com.kotlinx/view/
implementation ("com.kotlinx:view:1.0.1")
'com.kotlinx:view:aar:1.0.1'
<dependency org="com.kotlinx" name="view" rev="1.0.1">
  <artifact name="view" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinx', module='view', version='1.0.1')
)
libraryDependencies += "com.kotlinx" % "view" % "1.0.1"
[com.kotlinx/view "1.0.1"]

Dependencies

compile (9)

Group / Artifact Type Version
androidx.core » core-ktx jar 1.7.0
androidx.appcompat » appcompat jar 1.4.0
com.google.android.material » material jar 1.4.0
com.kotlinx : yutils jar 1.8.0
androidx.databinding » databinding-common jar 7.1.2
androidx.databinding » databinding-runtime jar 7.1.2
androidx.databinding » databinding-adapters jar 7.1.2
androidx.databinding » databinding-ktx jar 7.1.2
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0