ui
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.cibuddy</groupId>
<artifactId>ui</artifactId>
<version>1.0.0</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>
<artifactId>ui</artifactId>
<packaging>pom</packaging>
<name>${application.domain}.${project.artifactId}</name>
<description>Subproject containing ui components for interacting with cibuddy.</description>
<parent>
<groupId>com.cibuddy</groupId>
<artifactId>cibuddy</artifactId>
<version>1.0.0</version>
</parent>
<modules>
<module>gogo.shell.extension</module>
<!--module>web.ui</module-->
</modules>
</project>