The project is also built in the official Maven repository, so projects automatically pull it:
General settings
<dependency>
<groupId>hu.icellmobilsoft.pom</groupId>
<artifactId>parent-pom</artifactId>
<version>${version}</version>
</dependency>
icellmobilsoft nexus settings
<dependency>
<groupId>hu.icellmobilsoft.pom</groupId>
<artifactId>parent-icellmobilsoft-pom</artifactId>
<version>${version}</version>
</dependency>
icellmobilsoft setting up open-source projects
<dependency>
<groupId>hu.icellmobilsoft.pom</groupId>
<artifactId>parent-oss-pom</artifactId>
<version>${version}</version>
</dependency>
For more detailed information, please refer to https://i-cell-mobilsoft-open-source.github.io/parent-pom/.