annotation-parser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.allurx</groupId>
<artifactId>annotation-parser</artifactId>
<version>4.0.0</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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.allurx</groupId>
<artifactId>maven-parent</artifactId>
<version>1.0.0</version>
<relativePath/>
</parent>
<artifactId>annotation-parser</artifactId>
<version>4.0.0</version>
<name>annotation-parser</name>
<url>https://github.com/allurx/annotation-parser</url>
<description>Java Annotation Parser</description>
<properties>
<junit-jupiter.version>6.1.3</junit-jupiter.version>
<kit-base.version>3.0.2</kit-base.version>
</properties>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/allurx/annotation-parser</url>
<connection>scm:git:https://github.com/allurx/annotation-parser.git</connection>
<developerConnection>scm:git:https://github.com/allurx/annotation-parser.git</developerConnection>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/allurx/annotation-parser/issues</url>
</issueManagement>
<developers>
<developer>
<name>allurx</name>
<email>allurx.zyc@gmail.com</email>
<url>https://www.allurx.io</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>io.allurx.kit</groupId>
<artifactId>kit-base</artifactId>
<version>${kit-base.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>