core-commons
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.machanism.macha.core.commons</groupId>
<artifactId>core-commons</artifactId>
<version>0.0.4</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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.machanism.macha.core</groupId>
<artifactId>core</artifactId>
<version>0.0.4</version>
</parent>
<groupId>org.machanism.macha.core.commons</groupId>
<artifactId>core-commons</artifactId>
<packaging>pom</packaging>
<description>
The Commons Project is a parent project for common libraries
and frameworks can be used in usecase interactors, adapters and external
layers.
</description>
<url>https://macha.machanism.org/core/core-commons</url>
<name>Core Commons</name>
<properties>
<scm-path>/core/commons</scm-path>
</properties>
<modules>
<module>configurator</module>
<module>model-customization</module>
<module>spring</module>
<module>utils</module>
</modules>
<scm>
<connection>scm:svn:${scm-root}${scm-branch}${scm-path}</connection>
<developerConnection>scm:svn:${scm-root}${scm-branch}${scm-path}</developerConnection>
<url>${scm-web}${scm-branch}${scm-path}</url>
</scm>
</project>