k

kvision-tom-select-remote

Object oriented web framework for Kotlin/JS
https://github.com/rjaros/kvision
MIT
Robert Jaros
Files download
File Operation
kvision-tom-select-remote-6.5.0.pom download
kvision-tom-select-remote-6.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.kvision</groupId>
  <artifactId>kvision-tom-select-remote</artifactId>
  <version>6.5.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.kvision:kvision-tom-select-remote:6.5.0'
Gradle Kotlin
implementation("io.kvision:kvision-tom-select-remote:6.5.0")
Scala SBT
libraryDependencies += "io.kvision" % "kvision-tom-select-remote" % "6.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.kvision', module='kvision-tom-select-remote', version='6.5.0')
)
Apache Ivy
<dependency org="io.kvision" name="kvision-tom-select-remote" rev="6.5.0" />
Leiningen
[io.kvision/kvision-tom-select-remote "6.5.0"]
Apache Buildr
'io.kvision:kvision-tom-select-remote:jar:6.5.0'