springfox-plus-javadoc-parser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.hadix-lin</groupId>
<artifactId>springfox-plus-javadoc-parser</artifactId>
<version>1.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>io.github.hadix-lin</groupId>
<artifactId>springfox-plus-parent</artifactId>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>springfox-plus-javadoc-parser</artifactId>
<dependencies>
<dependency>
<groupId>io.github.hadix-lin</groupId>
<artifactId>springfox-plus-javadoc-core</artifactId>
<version>${springfox-plus.version}</version>
</dependency>
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
<version>3.8.0</version>
</dependency>
</dependencies>
</project>