jewel-ui
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jetbrains.jewel</groupId>
<artifactId>jewel-ui</artifactId>
<version>0.34.0-253.32098.37</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-ui</artifactId>
<version>0.34.0-253.32098.37</version>
<name>org.jetbrains.jewel:jewel-ui</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://www.jetbrains.com</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.jewel</groupId>
<artifactId>jewel-foundation</artifactId>
<version>0.34.0-253.32098.37</version>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.components</groupId>
<artifactId>components-resources</artifactId>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.components</groupId>
<artifactId>components-resources-desktop</artifactId>
<version>1.10.0</version>
</dependency>
</dependencies>
</project>