jbundle-thin-base-reactor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jbundle.thin.base</groupId>
<artifactId>jbundle-thin-base-reactor</artifactId>
<version>1.0.11</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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>jbundle-thin-reactor</artifactId>
<groupId>org.jbundle.thin</groupId>
<version>1.0.11</version>
</parent>
<groupId>org.jbundle.thin.base</groupId>
<artifactId>jbundle-thin-base-reactor</artifactId>
<packaging>pom</packaging>
<name>jbundle-thin-base-core - Thin framework base</name>
<properties>
<baseMixedDir>../../mixed</baseMixedDir> <!-- Usual location of mixed directory -->
</properties>
<modules>
<module>db</module>
<module>screen</module>
<module>util</module>
<module>remote</module>
<module>message</module>
<module>thread</module>
</modules>
</project>