jewel-markdown-extensions-gfm-tables
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jetbrains.jewel</groupId> <artifactId>jewel-markdown-extensions-gfm-tables</artifactId> <version>0.28.0-252.12274</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.jetbrains.jewel</groupId> <artifactId>jewel-markdown-extensions-gfm-tables</artifactId> <version>0.28.0-252.12274</version> <name>Jewel</name> <description>A theme for Compose for Desktop that implements the IntelliJ Platform look and feel.</description> <url>https://github.com/JetBrains/intellij-community</url> <organization> <name>JetBrains</name> <url>https://jetbrains.team</url> </organization> <licenses> <license> <name>Apache License 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>JetBrains</id> <name>JetBrains Team</name> <organization>JetBrains</organization> <organizationUrl>https://www.jetbrains.com</organizationUrl> </developer> <developer> <id>Google</id> <name>Google Team</name> <organization>Google</organization> <organizationUrl>https://developer.android.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/JetBrains/intellij-community.git</connection> <developerConnection>scm:git:https://github.com/JetBrains/intellij-community.git</developerConnection> <url>https://github.com/JetBrains/intellij-community</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.20</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.intellij.platform</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.10.1-intellij-4</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>26.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.jewel</groupId> <artifactId>jewel-markdown-core</artifactId> <version>0.28.0-252.12274</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.jewel</groupId> <artifactId>jewel-ui</artifactId> <version>0.28.0-252.12274</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.jewel</groupId> <artifactId>jewel-foundation</artifactId> <version>0.28.0-252.12274</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.skiko</groupId> <artifactId>skiko-awt</artifactId> <version>0.9.2</version> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.skiko</groupId> <artifactId>skiko-awt-runtime-all</artifactId> <version>0.9.2</version> </dependency> <dependency> <groupId>org.jetbrains.compose.foundation</groupId> <artifactId>foundation-desktop</artifactId> <version>1.8.0-alpha04</version> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.compose.annotation-internal</groupId> <artifactId>annotation</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.skiko</groupId> <artifactId>skiko-awt</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.commonmark</groupId> <artifactId>commonmark-ext-gfm-tables</artifactId> <version>0.24.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>