License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.kotlinx |
ArtifactId | ArtifactIdview |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionview
安卓一些常用弹窗
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
view-1.0.1.pom | |
view-1.0.1-sources.jar | 6 KB |
Browse |
<!-- 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"]
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 |