m

molecule-android

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