AppUtils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.pekinsoft</groupId>
<artifactId>AppUtils</artifactId>
<version>1.0.13</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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.pekinsoft</groupId>
<artifactId>ApplicationPlatformAPI</artifactId>
<version>1.0.13</version>
</parent>
<artifactId>AppUtils</artifactId>
<packaging>jar</packaging>
<name>Application Utilities</name>
<description>Some useful utility classes for applications.</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>AppFramework</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<!-- <build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.soebes.maven.plugins.dmg</groupId>
<artifactId>doxygen-maven-plugin</artifactId>
<version>1.0.1</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>
<reporting>
<plugins>
<plugin>
<groupId>com.soebes.maven.plugins</groupId>
<artifactId>doxygen-maven-plugin</artifactId>
<version>1.1.0</version>
</plugin>
</plugins>
</reporting> -->
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
</project>