composeserver-depend-springdoc-openapi
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.truenine</groupId>
<artifactId>composeserver-depend-springdoc-openapi</artifactId>
<version>2025.12.29</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.truenine</groupId>
<artifactId>composeserver-depend-springdoc-openapi</artifactId>
<version>2025.12.29</version>
<name>compose-server-depend-springdoc-openapi</name>
<description>SpringDoc OpenAPI 3 integration for automatic API documentation generation.
Provides Swagger UI, OpenAPI specification generation, and comprehensive API documentation tools.</description>
<url>https://github.com/TrueNine/compose-server</url>
<inceptionYear>2020</inceptionYear>
<organization>
<name>Yan100 Dev Group</name>
<url>https://github.com/TrueNine</url>
</organization>
<licenses>
<license>
<name>GNU Lesser General Public License v2.1</name>
<url>https://github.com/TrueNine/compose-server/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>TrueNine</id>
<name>Zhao Ritian</name>
<email>truenine304520@gmail.com</email>
<url>https://github.com/TrueNine</url>
<organization>Yan100 Dev Group</organization>
<organizationUrl>https://github.com/TrueNine</organizationUrl>
<roles>
<role>Developer</role>
<role>Founder</role>
</roles>
<timezone>GMT+8</timezone>
</developer>
<developer>
<id>t_teng</id>
<name>Teng Teng</name>
<email>616057370@qq.com</email>
<organization>Nanning, Guangxi, China Yan100 technology Ltd</organization>
<roles>
<role>Sponsor</role>
<role>Founder</role>
</roles>
<timezone>GMT+8</timezone>
</developer>
<developer>
<id>bambuo</id>
<name>Johana Ĉen</name>
<email>845586878@qq.com</email>
<url>https://github.com/bambuo</url>
<organization>Hubei, China Tianshu technology Ltd</organization>
<roles>
<role>Sponsor</role>
</roles>
<timezone>GMT+8</timezone>
</developer>
<developer>
<id>muyu</id>
<email>1065700104@qq.com</email>
<roles>
<role>Sponsor</role>
</roles>
<timezone>GMT+8</timezone>
</developer>
<developer>
<id>zjarlin</id>
<name>加加林</name>
<email>zjarlin@outlook.com</email>
<url>https://github.com/zjarlin</url>
<roles>
<role>Developer</role>
<role>Partner</role>
<role>Sponsor</role>
</roles>
<timezone>GMT+8</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/TrueNine/compose-server.git</connection>
<developerConnection>scm:git:ssh://github.com:/TrueNine/compose-server.git</developerConnection>
<tag>2025.12.29</tag>
<url>https://github.com/TrueNine/compose-server</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/TrueNine/compose-server/issues</url>
</issueManagement>
<properties>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.target>17</maven.compiler.target>
<java.version>17</java.version>
<maven.compiler.source>17</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.2.9.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>tools.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>3.0.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
<version>2.2.41</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.truenine</groupId>
<artifactId>composeserver-shared</artifactId>
<version>2025.12.29</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>4.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>2.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>