jwebmp-group
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-group</artifactId>
<version>1.2.2.1-jre17</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<parent>
<groupId>com.guicedee</groupId>
<artifactId>dev-kit</artifactId>
<version>1.2.2.1-jre17</version>
</parent>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-group</artifactId>
<packaging>pom</packaging>
<version>1.2.2.1-jre17</version>
<name>JWebMP Master POM</name>
<description>The Parent Holder for JWebMP</description>
<url>https://jwebmp.com</url>
<profiles>
<profile>
<id>enable-jwebmp</id>
<modules>
<module>JWebMPBOM</module>
<module>JWebMPParent</module>
</modules>
</profile>
</profiles>
<!-- Any maven root config changes go here -->
</project>