k

ktx-intent-android-debug

Extensions for the Kotlin standard library and third-party libraries.
https://github.com/Woody230/KotlinExtensions
The Apache Software License, Version 2.0
Brandon Selzer
文件下载
文件名 操作
ktx-intent-android-debug-4.0.1.pom 下载
ktx-intent-android-debug-4.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.woody230</groupId>
  <artifactId>ktx-intent-android-debug</artifactId>
  <version>4.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.woody230:ktx-intent-android-debug:4.0.1'
Gradle Kotlin
implementation("io.github.woody230:ktx-intent-android-debug:4.0.1")
Scala SBT
libraryDependencies += "io.github.woody230" % "ktx-intent-android-debug" % "4.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.woody230', module='ktx-intent-android-debug', version='4.0.1')
)
Apache Ivy
<dependency org="io.github.woody230" name="ktx-intent-android-debug" rev="4.0.1" />
Leiningen
[io.github.woody230/ktx-intent-android-debug "4.0.1"]
Apache Buildr
'io.github.woody230:ktx-intent-android-debug:jar:4.0.1'