jquery-kotlin

Kotlin definition files for the jQuery library

License

License

MIT
MIT
Categories

Categories

Kotlin Languages
GroupId

GroupId

io.kvision
ArtifactId

ArtifactId

jquery-kotlin
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

jquery-kotlin
Kotlin definition files for the jQuery library
Project URL

Project URL

https://github.com/rjaros/jquery-kotlin
Source Code Management

Source Code Management

https://github.com/rjaros/jquery-kotlin.git

Download jquery-kotlin

How to add to project

<!-- https://jarcasting.com/artifacts/io.kvision/jquery-kotlin/ -->
<dependency>
    <groupId>io.kvision</groupId>
    <artifactId>jquery-kotlin</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kvision/jquery-kotlin/
implementation 'io.kvision:jquery-kotlin:1.0.0'
// https://jarcasting.com/artifacts/io.kvision/jquery-kotlin/
implementation ("io.kvision:jquery-kotlin:1.0.0")
'io.kvision:jquery-kotlin:pom:1.0.0'
<dependency org="io.kvision" name="jquery-kotlin" rev="1.0.0">
  <artifact name="jquery-kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kvision', module='jquery-kotlin', version='1.0.0')
)
libraryDependencies += "io.kvision" % "jquery-kotlin" % "1.0.0"
[io.kvision/jquery-kotlin "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-js jar 1.4.30

Project Modules

There are no modules declared in this project.

jquery-kotlin

IR License: MIT

Kotlin definition files for the jQuery library.

https://jquery.com/

Project info

The definition files are based on jQuery version 2.x, but are compatible with newer versions as well.

How to use

The artifacts of this project are published to Maven Central. To use it in your project add the following code in your build.gradle.kts file.

dependencies {
    ...
    api("io.kvision:jquery-kotlin:$jqueryKotlinVersion")
}

Versions

Version
1.0.0