rd-text
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.jetbrains.rd</groupId> <artifactId>rd-text</artifactId> <version>2025.2.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.jetbrains.rd</groupId> <artifactId>rd-text</artifactId> <version>2025.2.2</version> <name>rd-text</name> <description>Efficient text communication through the RD protocol.</description> <url>https://github.com/JetBrains/rd</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <id>ivan.migalev</id> <name>Ivan Migalev</name> <email>ivan.migalev@jetbrains.com</email> </developer> <developer> <id>mikhail.filippov</id> <name>Mikhail Filippov</name> <email>Mikhail.Filippov@jetbrains.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/JetBrains/rd.git</connection> <url>https://github.com/JetBrains/rd</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.8.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.8.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jetbrains.rd</groupId> <artifactId>rd-framework</artifactId> <version>2025.2.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>