Chat
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.coosproject.examples</groupId>
<artifactId>Chat</artifactId>
<version>1.3.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>parent</artifactId>
<groupId>org.coosproject.examples</groupId>
<version>1.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.coosproject.examples</groupId>
<artifactId>Chat</artifactId>
<name>Chat-parent</name>
<version>1.3.1</version>
<packaging>pom</packaging>
<modules>
<module>api</module>
<module>impl</module>
</modules>
</project>