k

kotlinx-browser

A bunch of helper classes, functions and extensions generally used in kotlin for browser projects
https://github.com/aSoft-Ltd/kotlinx-browser
MIT License
Anderson Lameck
Files download
File Operation
kotlinx-browser-1.5.3.pom download
kotlinx-browser-1.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>tz.co.asoft</groupId>
  <artifactId>kotlinx-browser</artifactId>
  <version>1.5.3</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'tz.co.asoft:kotlinx-browser:1.5.3'
Gradle Kotlin
implementation("tz.co.asoft:kotlinx-browser:1.5.3")
Scala SBT
libraryDependencies += "tz.co.asoft" % "kotlinx-browser" % "1.5.3"
Groovy Grape
@Grapes(
  @Grab(group='tz.co.asoft', module='kotlinx-browser', version='1.5.3')
)
Apache Ivy
<dependency org="tz.co.asoft" name="kotlinx-browser" rev="1.5.3" />
Leiningen
[tz.co.asoft/kotlinx-browser "1.5.3"]
Apache Buildr
'tz.co.asoft:kotlinx-browser:jar:1.5.3'