MVN

org.jetbrains.kotlin : kotlinx-js-plain-objects-compiler-plugin

Maven & Gradle

Feb 12, 2024
47.6k stars

Compiler Plugin · JavaScript Plain Objects Compiler Plugin

<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlinx-js-plain-objects-compiler-plugin</artifactId>
    <version>2.0.0-Beta4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.kotlin : kotlinx-js-plain-objects-compiler-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-Beta4
  • Latest Beta: 2.0.0-Beta4

All Versions

Choose a version of org.jetbrains.kotlin : kotlinx-js-plain-objects-compiler-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
kotlinx-js-plain-objects-compiler-plugin-2.0.0-Beta4

How to add a dependency to Maven

Add the following org.jetbrains.kotlin : kotlinx-js-plain-objects-compiler-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlinx-js-plain-objects-compiler-plugin</artifactId>
    <version>2.0.0-Beta4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.kotlin : kotlinx-js-plain-objects-compiler-plugin gradle dependency to your build.gradle file:

implementation 'org.jetbrains.kotlin:kotlinx-js-plain-objects-compiler-plugin:2.0.0-Beta4'

Gradle Kotlin DSL: Add the following org.jetbrains.kotlin : kotlinx-js-plain-objects-compiler-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.kotlin:kotlinx-js-plain-objects-compiler-plugin:2.0.0-Beta4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.kotlin : kotlinx-js-plain-objects-compiler-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.kotlin" % "kotlinx-js-plain-objects-compiler-plugin" % "2.0.0-Beta4"