<dependency> <groupId>tz.co.asoft</groupId> <artifactId>kotlinx-browser</artifactId> <version>1.5.3</version> <type>klib</type> </dependency>
implementation 'tz.co.asoft:kotlinx-browser:1.5.3'
implementation("tz.co.asoft:kotlinx-browser:1.5.3")
libraryDependencies += "tz.co.asoft" % "kotlinx-browser" % "1.5.3"
@Grapes( @Grab(group='tz.co.asoft', module='kotlinx-browser', version='1.5.3') )
<dependency org="tz.co.asoft" name="kotlinx-browser" rev="1.5.3" />
[tz.co.asoft/kotlinx-browser "1.5.3"]
'tz.co.asoft:kotlinx-browser:jar:1.5.3'
compile
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3
|-- org.jetbrains.kotlinx:kotlinx-html:0.7.5
|-- org.jetbrains.kotlin-wrappers:kotlin-extensions
|-- org.jetbrains.kotlin-wrappers:kotlin-css
|-- org.jetbrains.kotlin:kotlin-stdlib-js:1.7.0