is not current version
Last Version 1.0.1

com.kotlinx:view 1.0.0

安卓一些常用弹窗

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinx
ArtifactId

ArtifactId

view
Version

Version

1.0.0
Type

Type

aar

Download view 1.0.0


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