MVN

com.jetbrains.rd : rd-swing

Maven & Gradle

Jul 21, 2023
373 stars

rd-swing · Utilities for integration of Swing UI framework with the reactive entities.

<dependency>
    <groupId>com.jetbrains.rd</groupId>
    <artifactId>rd-swing</artifactId>
    <version>2023.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jetbrains.rd : rd-swing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.3.0

All Versions

Choose a version of com.jetbrains.rd : rd-swing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.3.x
rd-swing-2023.3.0
2023.2.x
rd-swing-2023.2.3
rd-swing-2023.2.2
rd-swing-2023.2.1
rd-swing-2023.2.0
2023.1.x
rd-swing-2023.1.2
rd-swing-2023.1.1
rd-swing-2023.1.0
2022.3.x
rd-swing-2022.3.4
rd-swing-2022.3.3
rd-swing-2022.3.2
rd-swing-2022.3.1
rd-swing-2022.3.0
2022.2.x
rd-swing-2022.2.6
rd-swing-2022.2.5
rd-swing-2022.2.4
rd-swing-2022.2.3
rd-swing-2022.2.1
rd-swing-2022.2.0
2022.1.x
rd-swing-2022.1.3
rd-swing-2022.1.2
rd-swing-2022.1.1
rd-swing-2022.1.0
2021.3.x
rd-swing-2021.3.5
rd-swing-2021.3.4
rd-swing-2021.3.3
rd-swing-2021.3.2
rd-swing-2021.3.1
rd-swing-2021.3.0

How to add a dependency to Maven

Add the following com.jetbrains.rd : rd-swing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jetbrains.rd</groupId>
    <artifactId>rd-swing</artifactId>
    <version>2023.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jetbrains.rd : rd-swing gradle dependency to your build.gradle file:

implementation 'com.jetbrains.rd:rd-swing:2023.3.0'

Gradle Kotlin DSL: Add the following com.jetbrains.rd : rd-swing gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jetbrains.rd:rd-swing:2023.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jetbrains.rd : rd-swing sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jetbrains.rd" % "rd-swing" % "2023.3.0"