MVN

org.jetbrains.compose.web : web-integration-widgets

Maven & Gradle

Mar 13, 2022
14.7k stars

Web Integration Widgets · Web Integration Widgets

<dependency>
    <groupId>org.jetbrains.compose.web</groupId>
    <artifactId>web-integration-widgets</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.compose.web : web-integration-widgets to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1
  • Latest Release Candidate: 1.1.0-rc01
  • Latest Beta: 1.0.0-beta5
  • Latest Alpha: 1.1.0-alpha05

All Versions

Choose a version of org.jetbrains.compose.web : web-integration-widgets to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
web-integration-widgets-1.2.0-alpha01-dev620
web-integration-widgets-1.2.0-alpha01-dev609
web-integration-widgets-1.2.0-alpha01-dev606
web-integration-widgets-1.2.0-alpha01-dev602
1.1.x
web-integration-widgets-1.1.1
web-integration-widgets-1.1.0
web-integration-widgets-1.1.0-rc01
web-integration-widgets-1.1.0-alpha05
web-integration-widgets-1.1.0-alpha04
web-integration-widgets-1.1.0-alpha03
web-integration-widgets-1.1.0-alpha02
web-integration-widgets-1.1.0-alpha1-dev550
web-integration-widgets-1.1.0-alpha1-dev536
1.0.x
web-integration-widgets-1.0.1
web-integration-widgets-1.0.0
web-integration-widgets-1.0.0-rc5
web-integration-widgets-1.0.0-rc2
web-integration-widgets-1.0.0-beta5

How to add a dependency to Maven

Add the following org.jetbrains.compose.web : web-integration-widgets maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.compose.web</groupId>
    <artifactId>web-integration-widgets</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.compose.web : web-integration-widgets gradle dependency to your build.gradle file:

implementation 'org.jetbrains.compose.web:web-integration-widgets:1.1.1'

Gradle Kotlin DSL: Add the following org.jetbrains.compose.web : web-integration-widgets gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.compose.web:web-integration-widgets:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.compose.web : web-integration-widgets sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.compose.web" % "web-integration-widgets" % "1.1.1"

Advertisement