cdc-ui-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gitlab.cdc-java.ui</groupId>
<artifactId>cdc-ui-bom</artifactId>
<version>0.34.1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.gitlab.cdc-java.ui</groupId>
<artifactId>cdc-ui</artifactId>
<version>0.34.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cdc-ui-bom</artifactId>
<packaging>pom</packaging>
<name>CDC - UI BOM</name>
<description>BOM for CDC-UI.</description>
<url>https://www.gitlab.com/cdc-java/cdc-ui</url>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.gitlab.cdc-java.ui</groupId>
<artifactId>cdc-ui-core</artifactId>
<version>0.34.1</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.ui</groupId>
<artifactId>cdc-ui-demos</artifactId>
<version>0.34.1</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.ui</groupId>
<artifactId>cdc-ui-swing</artifactId>
<version>0.34.1</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.ui</groupId>
<artifactId>cdc-ui-fx</artifactId>
<version>0.34.1</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>