m

molecule-android-debug

A copy of molecule v0.2.0 with multiplatform capability.
https://github.com/Woody230/KotlinExtensions
The Apache Software License, Version 2.0
CashApp Brandon Selzer
Files download
File Operation
molecule-android-debug-5.0.0.pom download
molecule-android-debug-5.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.woody230.ktx</groupId>
  <artifactId>molecule-android-debug</artifactId>
  <version>5.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.woody230.ktx:molecule-android-debug:5.0.0'
Gradle Kotlin
implementation("io.github.woody230.ktx:molecule-android-debug:5.0.0")
Scala SBT
libraryDependencies += "io.github.woody230.ktx" % "molecule-android-debug" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.woody230.ktx', module='molecule-android-debug', version='5.0.0')
)
Apache Ivy
<dependency org="io.github.woody230.ktx" name="molecule-android-debug" rev="5.0.0" />
Leiningen
[io.github.woody230.ktx/molecule-android-debug "5.0.0"]
Apache Buildr
'io.github.woody230.ktx:molecule-android-debug:jar:5.0.0'